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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 챗횩h챗횩 | 11101100101100011001011111101101100110101010100101101000111011001011000110010111111011011001101010101001 | ecb197ed9aa968ecb197ed9aa9 |
UHC | 챗횩h챗횩 | 110000111010101011000011100111110110100011000011101010101100001110011111 | c3aac39f68c3aac39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)