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 | 鉗溽梹 | 111001111110011110011111111001111001111010001110 | e7e79fe79e8e |
EUC-JP | 鉗溽梹 | 111011101110100111011110111010011101101111101110 | eee9dee9dbee |
UTF-8 | 鉗溽梹 | 111010011000100110010111111001101011101010111101111001101010001010111001 | e98997e6babde6a2b9 |
UHC | 鉗?? | 11001100110001100011111100111111 | ccc63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)