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 | 髷懃瓦闔 | 1110100110011110100111001110011110001010101000101110100010001110 | e99e9ce78aa2e88e |
EUC-JP | 髷懃瓦闔 | 1111000111111110110110001110100110110100101001001110111111101110 | f1fed8e9b4a4efee |
UTF-8 | 髷懃瓦闔 | 111010011010101110110111111001101000011110000011111001111001001110100110111010011001011110010100 | e9abb7e68783e793a6e99794 |
UHC | ?懃瓦闔 | 00111111110100001100010011101000101111111111100111101111 | 3fd0c4e8bff9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)