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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 迹企?B | 111001111001000110001010111010010011111101000010 | e7918ae93f42 |
EUC-JP | 迹企?B | 111011011111000110110100111010110011111101000010 | edf1b4eb3f42 |
UTF-8 | 迹企깡B | 11101000101111111011100111100100101111001000000111101010101110011010000101000010 | e8bfb9e4bc81eab9a142 |
UHC | 迹企깡B | 11101110111010011101000011101010101100011111100001000010 | eee9d0eab1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)