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 | 11100111100110101000111011100111100110101000111001000010 | e79a8ee79a8e42 |
EUC-JP | 逧守嚴B | 11101101111110101011110011101001110100111110111001000010 | edfabce9d3ee42 |
UTF-8 | 逧守嚴B | 11101001100000001010011111100101101011101000100011100101100110101011010001000010 | e980a7e5ae88e59ab442 |
UHC | ?守嚴B | 001111111110000111111010111001011111000101000010 | 3fe1fae5f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)