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 | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | 濠?儉M∂ | 1000110110001010001111111001100101001100010011011000000111011101 | 8d8a3f994c4d81dd |
EUC-JP | 濠?儉M∂ | 1011100111101010001111111101000110101101010011011010001011011111 | b9ea3fd1ad4da2df |
UTF-8 | 濠언儉M∂ | 11100110101111111010000011101100100101101011100011100101100001001000100101001101111000101000100010000010 | e6bfa0ec96b8e584894de28882 |
UHC | 濠언儉M∂ | 111110111100110010111110111100001100101111111011010011011010000111010011 | fbccbef0cbfb4da1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)