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?? | 0011111100111111001111110011111100111111011001000011111100111111 | 3f3f3f3f3f643f3f |
SJIS-WIN | ?????d?? | 0011111100111111001111110011111100111111011001000011111100111111 | 3f3f3f3f3f643f3f |
EUC-JP | ?????d?? | 0011111100111111001111110011111100111111011001000011111100111111 | 3f3f3f3f3f643f3f |
UTF-8 | 챈짙혗혢혖d혵횄 | 11101100101100011000100011101100101001111001100111101101100110001001011111101101100110001010001011101101100110001001011001100100111011011001100010110101111011011001101010000100 | ecb188eca799ed9897ed98a2ed989664ed98b5ed9a84 |
UHC | 챈짙혗혢혖d혵횄 | 110000111010011011000010101000111100001010000010110000101000101111000010100000010110010011000010100111001100001110000011 | c3a6c2a3c282c28bc28164c29cc383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)