To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 丈ヲ嫉而 | 10001111111001001010011010001110101110011000111010100111 | 8fe4a68eb98ea7 |
EUC-JP | 丈ヲ嫉而 | 1011111011100110100011101010011010111100101110111011110010101001 | bee68ea6bcbbbca9 |
UTF-8 | 丈ヲ嫉而 | 111001001011100010001000111011111011110110100110111001011010101110001001111010001000000010001100 | e4b888efbda6e5ab89e8808c |
UHC | 丈?嫉而 | 11101101110110110011111111110010111011001110110010111011 | eddb3ff2ececbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)