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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鹿篠疾昇ホ | 1111001010101001100011101010110110001110110000101000111010111110100011111011100011001110 | f2a98ead8ec28ebe8fb8ce |
EUC-JP | ?鹿篠疾昇ホ | 0011111110111100101011111011110011000100101111001100000010111110101110101000111011001110 | 3fbcafbcc4bcc0beba8ece |
UTF-8 | 鹿篠疾昇ホ | 111011101000011110100000111010011011100110111111111001111010111110100000111001111001011010111110111001101001100010000111111011111011111010001110 | ee87a0e9b9bfe7afa0e796bee69887efbe8e |
UHC | ?鹿篠疾昇? | 00111111110101101110001111100001110001101111001011110000111000111011000000111111 | 3fd6e3e1c6f2f0e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)