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 | 111011011001101010010010111011001010011110111000011000001110110110011010100100101110110010100111101110000100111101000010 | ed9a92eca7b860ed9a92eca7b84f42 |
UHC | 횒째`횒째OB | 1100001110001101110000101011000001100000110000111000110111000010101100000100111101000010 | c38dc2b060c38dc2b04f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)