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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 책체혥챗혞쨩a | 11101100101100011000010111101100101100101011010011101101100110001010010111101100101100011001011111101101100110001001111011101100101010001010100101100001 | ecb185ecb2b4ed98a5ecb197ed989eeca8a961 |
UHC | 책체혥챗혞쨩a | 11000011101001011100001110111100110000101000110111000011101010101100001010001000110000101011101101100001 | c3a5c3bcc28dc3aac288c2bb61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)