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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凋?證?? | 10010010100111000011111111100110100110100011111100111111 | 929c3fe69a3f3f |
EUC-JP | 凋?證?? | 11000011111111000011111111101011111110100011111100111111 | c3fc3febfa3f3f |
UTF-8 | 凋렪證띌렪 | 111001011000011110001011111010111010000010101010111010001010110110001001111010111001110110001100111010111010000010101010 | e5878beba0aae8ad89eb9d8ceba0aa |
UHC | 凋렪證띌렪 | 11110000101111011000111010111000111100011111101110110110111010011000111010111000 | f0bd8eb8f1fbb6e98eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)