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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??懶B | 0011111100111111100111001110111101000010 | 3f3f9cef42 |
EUC-JP | ??懶B | 0011111100111111110110001111000101000010 | 3f3fd8f142 |
UTF-8 | 뤈닸懶B | 11101011101001001000100011101011100010111011100011100110100001111011011001000010 | eba488eb8bb8e687b642 |
UHC | 뤈닸懶B | 10001111101110001011010011100110110101001111101101000010 | 8fb8b4e6d4fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)