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 | 凋???? | 100100101001110000111111001111110011111100111111 | 929c3f3f3f3f |
EUC-JP | 凋???? | 110000111111110000111111001111110011111100111111 | c3fc3f3f3f3f |
UTF-8 | 凋닿렩ㅹ렍 | 111001011000011110001011111010111000101110111111111010111010000010101001111000111000010110111001111010111010000010001101 | e5878beb8bbfeba0a9e385b9eba08d |
UHC | 凋닿렩ㅹ렍 | 11110000101111011011010011101010100011101011011110100100111010011000111010100011 | f0bdb4ea8eb7a4e98ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)