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 | 1110110010110000101111011110110010101000100101001110110110011000100111101110110010110000101111011110110110011000101001100100111101000010 | ecb0bdeca894ed989eecb0bded98a64f42 |
UHC | 창쨔혞창혦OB | 110000111010001011000010101110011100001010001000110000111010001011000010100011100100111101000010 | c3a2c2b9c288c3a2c28e4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)