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 | 蒿埼じ矍 | 1110010011100100100011011110100110000010101101101110000111011101 | e4e48de982b6e1dd |
EUC-JP | 蒿埼じ矍 | 1110100011100110101110101110101110100100101110001110001011011111 | e8e6baeba4b8e2df |
UTF-8 | 蒿埼じ矍 | 111010001001001010111111111001011001111110111100111000111000000110011000111001111001111110001101 | e892bfe59fbce38198e79f8d |
UHC | 蒿埼じ? | 11111011110110101101000011110010101010101011100000111111 | fbdad0f2aab83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)