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 | 鬘句離 | 111010011010000110001011111001011001011110100011 | e9a18be597a3 |
EUC-JP | 鬘句離 | 111100101010001110110110111001111100111010100101 | f2a3b6e7cea5 |
UTF-8 | 鬘句離 | 111010011010110010011000111001011000111110100101111010011001101110100010 | e9ac98e58fa5e99ba2 |
UHC | ?句離 | 0011111111001111101000111101011111101110 | 3fcfa3d7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)