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 | 10010010010001011001000110101101100100011010100101000010 | 924591ad91a942 |
EUC-JP | 脱俗束B | 11000011101001101100001010101111110000101010101101000010 | c3a6c2afc2ab42 |
UTF-8 | 脱俗束B | 11101000100001001011000111100100101111111001011111100110100111011001111101000010 | e884b1e4bf97e69d9f42 |
UHC | ?俗束B | 001111111110000111010100111000011101011001000010 | 3fe1d4e1d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)