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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ佚詮 | 1100001110011000110000111001000101000110 | c398c39146 |
EUC-JP | テ佚詮 | 100011101100001111010000110001011100000110100111 | 8ec3d0c5c1a7 |
UTF-8 | テ佚詮 | 111011111011111010000011111001001011110110011010111010001010100110101110 | efbe83e4bd9ae8a9ae |
UHC | ?佚詮 | 0011111111101100111010101110111110101100 | 3feceaefac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)