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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 嶸冪D嶸冪D^ | 1111101010110100100110010111000001000100111110101011010010011001011100000100010001011110 | fab4997044fab49970445e |
EUC-JP | 嶸冪D嶸冪D^ | 10001111101110111111010011010001110100010100010010001111101110111111010011010001110100010100010001011110 | 8fbbf4d1d1448fbbf4d1d1445e |
UTF-8 | 嶸冪D嶸冪D^ | 111001011011011010111000111001011000011010101010010001001110010110110110101110001110010110000110101010100100010001011110 | e5b6b8e586aa44e5b6b8e586aa445e |
UHC | 嶸冪D嶸冪D^ | 1110011110101110110110001111000101000100111001111010111011011000111100010100010001011110 | e7aed8f144e7aed8f1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)