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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕悩蔕濃 | 1110010011110110100101000101100111100100111101101001010001011010 | e4f69459e4f6945a |
EUC-JP | 蔕悩蔕濃 | 1110100011111000110001111011101011101000111110001100011110111011 | e8f8c7bae8f8c7bb |
UTF-8 | 蔕悩蔕濃 | 111010001001010010010101111001101000001010101001111010001001010010010101111001101011111110000011 | e89495e682a9e89495e6bf83 |
UHC | ???濃 | 0011111100111111001111111101001011011000 | 3f3f3fd2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)