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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鮠守凄B | 11101001101111001000111011100111100100001010011001000010 | e9bc8ee790a642 |
EUC-JP | 鮠守凄B | 11110010101111101011110011101001110000001010100001000010 | f2bebce9c0a842 |
UTF-8 | 鮠守凄B | 11101001101011101010000011100101101011101000100011100101100001111000010001000010 | e9aea0e5ae88e5878442 |
UHC | ?守凄B | 001111111110000111111010111101001010001001000010 | 3fe1faf4a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)