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 | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
EUC-JP | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
UTF-8 | 챈쨌`챈쨌OB | 111011001011000110001000111011001010100010001100011000001110110010110001100010001110110010101000100011000100111101000010 | ecb188eca88c60ecb188eca88c4f42 |
UHC | 챈쨌`챈쨌OB | 1100001110100110110000101011011101100000110000111010011011000010101101110100111101000010 | c3a6c2b760c3a6c2b74f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)