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 | ?C???V | 001111110100001100111111001111110011111101010110 | 3f433f3f3f56 |
SJIS-WIN | ?C???V | 001111110100001100111111001111110011111101010110 | 3f433f3f3f56 |
EUC-JP | ?C???V | 001111110100001100111111001111110011111101010110 | 3f433f3f3f56 |
UTF-8 | 챈C혨혛혣V | 1110110010110001100010000100001111101101100110001010100011101101100110001001101111101101100110001010001101010110 | ecb18843ed98a8ed989bed98a356 |
UHC | 챈C혨혛혣V | 11000011101001100100001111000010100100001100001010000110110000101000110001010110 | c3a643c290c286c28c56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)