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 | ホ靫ー鵈 | 1111001010101011110011101110100011010100101100001110100111111100 | f2abcee8d4b0e9fc |
EUC-JP | ?ホ靫ー鵈 | 001111111000111011001110111100001101011010001110101100001111001011111110 | 3f8ecef0d68eb0f2fe |
UTF-8 | ホ靫ー鵈 | 111011101000011110100010111011111011111010001110111010011001110110101011111011111011110110110000111010011011010110001000 | ee87a2efbe8ee99dabefbdb0e9b588 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)