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 | 央??拗 | 100010011001101100111111001111111001110101011000 | 899b3f3f9d58 |
EUC-JP | 央??拗 | 101100011111101100111111001111111101100110111001 | b1fb3f3fd9b9 |
UTF-8 | 央띾젉拗 | 111001011010010010101110111010111001110110111110111011001010000010001001111001101000101110010111 | e5a4aeeb9dbeeca089e68b97 |
UHC | 央띾젉拗 | 1110010011100111100011011110101110100000100010111110100011110011 | e4e78deba08be8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)