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 | ??O??OB | 00111111001111110100111100111111001111110100111101000010 | 3f3f4f3f3f4f42 |
SJIS-WIN | ??O??OB | 00111111001111110100111100111111001111110100111101000010 | 3f3f4f3f3f4f42 |
EUC-JP | ??O??OB | 00111111001111110100111100111111001111110100111101000010 | 3f3f4f3f3f4f42 |
UTF-8 | 횄쨩O횄쨩OB | 111011011001101010000100111011001010100010101001010011111110110110011010100001001110110010101000101010010100111101000010 | ed9a84eca8a94fed9a84eca8a94f42 |
UHC | 횄쨩O횄쨩OB | 1100001110000011110000101011101101001111110000111000001111000010101110110100111101000010 | c383c2bb4fc383c2bb4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)