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 | 凋?珥?? | 10010010100111000011111111100000111000000011111100111111 | 929c3fe0e03f3f |
EUC-JP | 凋?珥?? | 11000011111111000011111111100000111000100011111100111111 | c3fc3fe0e23f3f |
UTF-8 | 凋렪珥렮林 | 111001011000011110001011111010111010000010101010111001111000111110100101111010111010000010101110111011111010011110110100 | e5878beba0aae78fa5eba0aeefa7b4 |
UHC | 凋렪珥렮林 | 11110000101111011000111010111000111011001011010010001110101110111110110011110111 | f0bd8eb8ecb48ebbecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)