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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 伍??伍??B | 100011001101111000111111001111111000110011011110001111110011111101000010 | 8cde3f3f8cde3f3f42 |
EUC-JP | 伍??伍??B | 101110001110000000111111001111111011100011100000001111110011111101000010 | b8e03f3fb8e03f3f42 |
UTF-8 | 伍곷젺伍곷젺B | 11100100101111001000110111101010101100111011011111101100101000001011101011100100101111001000110111101010101100111011011111101100101000001011101001000010 | e4bc8deab3b7eca0bae4bc8deab3b7eca0ba42 |
UHC | 伍곷젺伍곷젺B | 11100111111010101000000111101011101000001010110111100111111010101000000111101011101000001010110101000010 | e7ea81eba0ade7ea81eba0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)