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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 闍堵\ | 1110100010001011100100110110011101011100 | e88b93675c |
EUC-JP | 闍堵\ | 1110111111101011110001011100100001011100 | efebc5c85c |
UTF-8 | 闍堵\ | 11101001100101111000110111100101101000001011010101011100 | e9978de5a0b55c |
UHC | ?堵\ | 00111111110100111111001001011100 | 3fd3f25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)