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???J?? | 0011111101000100001111110011111100111111010010100011111100111111 | 3f443f3f3f4a3f3f |
SJIS-WIN | ?D???J?? | 0011111101000100001111110011111100111111010010100011111100111111 | 3f443f3f3f4a3f3f |
EUC-JP | ?D???J?? | 0011111101000100001111110011111100111111010010100011111100111111 | 3f443f3f3f4a3f3f |
UTF-8 | 챔D혢혢혖J챈혝 | 1110110010110001100101000100010011101101100110001010001011101101100110001010001011101101100110001001011001001010111011001011000110001000111011011001100010011101 | ecb19444ed98a2ed98a2ed98964aecb188ed989d |
UHC | 챔D혢혢혖J챈혝 | 1100001110101000010001001100001010001011110000101000101111000010100000010100101011000011101001101100001010000111 | c3a844c28bc28bc2814ac3a6c287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)