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 | «³¢Ì¡øBh | 100011111010101110110011101000101100110010100001111110000100001001101000 | 8fabb3a2cca1f84268 |
SJIS-WIN | ???¢???Bh | 00111111001111110011111110000001100100010011111100111111001111110100001001101000 | 3f3f3f81913f3f3f4268 |
EUC-JP | ???¢Ì¡øBh | 00111111001111110011111110100001111100011000111110101010110000001000111110100010110000101000111110101001110011000100001001101000 | 3f3f3fa1f18faac08fa2c28fa9cc4268 |
UTF-8 | «³¢Ì¡øBh | 11000010100011111100001010101011110000101011001111000010101000101100001110001100110000101010000111000011101110000100001001101000 | c28fc2abc2b3c2a2c38cc2a1c3b84268 |
UHC | ??³??¡øBh | 001111110011111110101001111110000011111100111111101000101010111010101001101010100100001001101000 | 3f3fa9f83f3fa2aea9aa4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)