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 | ????nB | 001111110011111100111111001111110110111001000010 | 3f3f3f3f6e42 |
SJIS-WIN | 顫趣スーnB | 1110100011111010100011101110111110111101101100000110111001000010 | e8fa8eefbdb06e42 |
EUC-JP | 顫趣スーnB | 11110000111111001011110011110001100011101011110110001110101100000110111001000010 | f0fcbcf18ebd8eb06e42 |
UTF-8 | 顫趣スーnB | 1110100110100001101010111110100010110110101000111110111110111101101111011110111110111101101100000110111001000010 | e9a1abe8b6a3efbdbdefbdb06e42 |
UHC | 顫趣??nB | 1110111110110101111101101010110000111111001111110110111001000010 | efb5f6ac3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)