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 | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-WIN | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
EUC-JP | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
UTF-8 | 책짚혞챕혙OB | 1110110010110001100001011110110010100111100110101110110110011000100111101110110010110001100101011110110110011000100110010100111101000010 | ecb185eca79aed989eecb195ed98994f42 |
UHC | 책짚혞챕혙OB | 110000111010010111000010101001001100001010001000110000111010100111000010100001000100111101000010 | c3a5c2a4c288c3a9c2844f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)