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??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
SJIS-WIN | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
EUC-JP | ???C??? | 00111111001111110011111101000011001111110011111100111111 | 3f3f3f433f3f3f |
UTF-8 | 챈혴혲C챕혖혵 | 11101100101100011000100011101101100110001011010011101101100110001011001001000011111011001011000110010101111011011001100010010110111011011001100010110101 | ecb188ed98b4ed98b243ecb195ed9896ed98b5 |
UHC | 챈혴혲C챕혖혵 | 11000011101001101100001010011011110000101001100101000011110000111010100111000010100000011100001010011100 | c3a6c29bc29943c3a9c281c29c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)