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 | ???o?? | 001111110011111100111111011011110011111100111111 | 3f3f3f6f3f3f |
SJIS-WIN | ???o?? | 001111110011111100111111011011110011111100111111 | 3f3f3f6f3f3f |
EUC-JP | ???o?? | 001111110011111100111111011011110011111100111111 | 3f3f3f6f3f3f |
UTF-8 | 챈짙혖o혙짚 | 11101100101100011000100011101100101001111001100111101101100110001001011001101111111011011001100010011001111011001010011110011010 | ecb188eca799ed98966fed9899eca79a |
UHC | 챈짙혖o혙짚 | 1100001110100110110000101010001111000010100000010110111111000010100001001100001010100100 | c3a6c2a3c2816fc284c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)