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^ | 1110001111010111111000001011000101000100111000111101011111100000101100010100010001011110 | e3d7e0b144e3d7e0b1445e |
EUC-JP | 聆牾D聆牾D^ | 1110011011011001111000001011001101000100111001101101100111100000101100110100010001011110 | e6d9e0b344e6d9e0b3445e |
UTF-8 | 聆牾D聆牾D^ | 111010001000000110000110111001111000100110111110010001001110100010000001100001101110011110001001101111100100010001011110 | e88186e789be44e88186e789be445e |
UHC | 聆?D聆?D^ | 110101101100000000111111010001001101011011000000001111110100010001011110 | d6c03f44d6c03f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)