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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 처쨀횚횁횧횘 | 111011001011001010011000111011001010100010000000111011011001101010011010111011011001101010000001111011011001101010100111111011011001101010011000 | ecb298eca880ed9a9aed9a81ed9aa7ed9a98 |
UHC | 처쨀횚횁횧횘 | 110000111011001111000010101100111100001110010100110000111000000111000011100111101100001110010010 | c3b3c2b3c394c381c39ec392 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)