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 | ?D???BB | 00111111010001000011111100111111001111110100001001000010 | 3f443f3f3f4242 |
SJIS-WIN | ?D???BB | 00111111010001000011111100111111001111110100001001000010 | 3f443f3f3f4242 |
EUC-JP | ?D???BB | 00111111010001000011111100111111001111110100001001000010 | 3f443f3f3f4242 |
UTF-8 | 챈D혗혢혘BB | 111011001011000110001000010001001110110110011000100101111110110110011000101000101110110110011000100110000100001001000010 | ecb18844ed9897ed98a2ed98984242 |
UHC | 챈D혗혢혘BB | 1100001110100110010001001100001010000010110000101000101111000010100000110100001001000010 | c3a644c282c28bc2834242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)