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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淀?楮? | 100101111000010000111111100111101011100000111111 | 97843f9eb83f |
EUC-JP | 淀?楮? | 110011011110010000111111110111001011101000111111 | cde43fdcba3f |
UTF-8 | 淀렏楮렡 | 111001101011011110000000111010111010000010001111111001101010010110101110111010111010000010100001 | e6b780eba08fe6a5aeeba0a1 |
UHC | 淀렏楮렡 | 1110111111100011100011101010010111101110101111111000111010110010 | efe38ea5eebf8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)