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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 災?佇?蹄?^ | 10001101110100000011111110011000110010000011111110010010111110110011111101011110 | 8dd03f98c83f92fb3f5e |
EUC-JP | 災?佇?蹄?^ | 10111010110100100011111111010000110010100011111111000100111111010011111101011110 | bad23fd0ca3fc4fd3f5e |
UTF-8 | 災렧佇렧蹄렩^ | 11100111100000011011110111101011101000001010011111100100101111011000011111101011101000001010011111101000101110011000010011101011101000001010100101011110 | e781bdeba0a7e4bd87eba0a7e8b984eba0a95e |
UHC | 災렧佇렧蹄렩^ | 11101110101011001000111010110110111011101011011110001110101101101111000010110100100011101011011101011110 | eeac8eb6eeb78eb6f0b48eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)