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 | ?????CB | 00111111001111110011111100111111001111110100001101000010 | 3f3f3f3f3f4342 |
SJIS-WIN | ?????CB | 00111111001111110011111100111111001111110100001101000010 | 3f3f3f3f3f4342 |
EUC-JP | ?????CB | 00111111001111110011111100111111001111110100001101000010 | 3f3f3f3f3f4342 |
UTF-8 | 챈척혢챗혟CB | 1110110010110001100010001110110010110010100110011110110110011000101000101110110010110001100101111110110110011000100111110100001101000010 | ecb188ecb299ed98a2ecb197ed989f4342 |
UHC | 챈척혢챗혟CB | 110000111010011011000011101101001100001010001011110000111010101011000010100010010100001101000010 | c3a6c3b4c28bc3aac2894342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)