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 | 伍??伍??^ | 100011001101111000111111001111111000110011011110001111110011111101011110 | 8cde3f3f8cde3f3f5e |
EUC-JP | 伍??伍??^ | 101110001110000000111111001111111011100011100000001111110011111101011110 | b8e03f3fb8e03f3f5e |
UTF-8 | 伍쀦넍伍쀦엺^ | 11100100101111001000110111101100100000001010011011101011100001001000110111100100101111001000110111101100100000001010011011101100100101111011101001011110 | e4bc8dec80a6eb848de4bc8dec80a6ec97ba5e |
UHC | 伍쀦넍伍쀦엺^ | 11100111111010101001011111100110100001101001100111100111111010101001011111100110100111101000110001011110 | e7ea97e68699e7ea97e69e8c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)