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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鹿篠疾昇 | 11110010101010011000111010101101100011101100001010001110101111101000111110111000 | f2a98ead8ec28ebe8fb8 |
EUC-JP | ?鹿篠疾昇 | 001111111011110010101111101111001100010010111100110000001011111010111010 | 3fbcafbcc4bcc0beba |
UTF-8 | 鹿篠疾昇 | 111011101000011110100000111010011011100110111111111001111010111110100000111001111001011010111110111001101001100010000111 | ee87a0e9b9bfe7afa0e796bee69887 |
UHC | ?鹿篠疾昇 | 001111111101011011100011111000011100011011110010111100001110001110110000 | 3fd6e3e1c6f2f0e3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)