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 | 邨るけ謫 | 1110011110110101100000101110100110000010101011111110011010010011 | e7b582e982afe693 |
EUC-JP | 邨るけ謫 | 1110111010110111101001001110101110100100101100011110101111110011 | eeb7a4eba4b1ebf3 |
UTF-8 | 邨るけ謫 | 111010011000001010101000111000111000001010001011111000111000000110010001111010001010110010101011 | e982a8e3828be38191e8acab |
UHC | 邨るけ謫 | 1111010110111110101010101110101110101010101100011110111011100011 | f5beaaebaab1eee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)