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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佃??? | 1001001011001111001111110011111100111111 | 92cf3f3f3f |
EUC-JP | 佃??? | 1100010011010001001111110011111100111111 | c4d13f3f3f |
UTF-8 | 佃꿸렠렕 | 111001001011110110000011111010101011111110111000111010111010000010100000111010111010000010010101 | e4bd83eabfb8eba0a0eba095 |
UHC | 佃꿸렠렕 | 1110111011101100101100101110101010001110101100011000111010101010 | eeecb2ea8eb18eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)