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 | 毎莇坎 | 100101101000100011100100101101001001101010101010 | 9688e4b49aaa |
EUC-JP | 毎莇坎 | 110010111110100011101000101101101101010010101100 | cbe8e8b6d4ac |
UTF-8 | 毎莇坎 | 111001101010111110001110111010001000111010000111111001011001110110001110 | e6af8ee88e87e59d8e |
UHC | ??坎 | 00111111001111111100101011101100 | 3f3fcaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)