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 | 鴃牘糜 | 111010011110111011100000101011111110001011110100 | e9eee0afe2f4 |
EUC-JP | 鴃牘糜 | 111100101111000011100000101100011110010011110110 | f2f0e0b1e4f6 |
UTF-8 | 鴃牘糜 | 111010011011010010000011111001111000100110011000111001111011001110011100 | e9b483e78998e7b39c |
UHC | ?牘? | 00111111110101001011101000111111 | 3fd4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)