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 | ?P???CB | 00111111010100000011111100111111001111110100001101000010 | 3f503f3f3f4342 |
SJIS-WIN | ?P???CB | 00111111010100000011111100111111001111110100001101000010 | 3f503f3f3f4342 |
EUC-JP | ?P???CB | 00111111010100000011111100111111001111110100001101000010 | 3f503f3f3f4342 |
UTF-8 | 채P혗책혟CB | 111011001011000110000100010100001110110110011000100101111110110010110001100001011110110110011000100111110100001101000010 | ecb18450ed9897ecb185ed989f4342 |
UHC | 채P혗책혟CB | 1100001110100100010100001100001010000010110000111010010111000010100010010100001101000010 | c3a450c282c3a5c2894342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)