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 | ??????dC | 0011111100111111001111110011111100111111001111110110010001000011 | 3f3f3f3f3f3f6443 |
SJIS-WIN | ??????dC | 0011111100111111001111110011111100111111001111110110010001000011 | 3f3f3f3f3f3f6443 |
EUC-JP | ??????dC | 0011111100111111001111110011111100111111001111110110010001000011 | 3f3f3f3f3f3f6443 |
UTF-8 | 횂혟횂혶횂혰dC | 1110110110011010100000101110110110011000100111111110110110011010100000101110110110011000101101101110110110011010100000101110110110011000101100000110010001000011 | ed9a82ed989fed9a82ed98b6ed9a82ed98b06443 |
UHC | 횂혟횂혶횂혰dC | 1100001110000010110000101000100111000011100000101100001010011101110000111000001011000010100101110110010001000011 | c382c289c382c29dc382c2976443 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)