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 | 楮???犬陰 | 100111101011100000111111001111110011111110001100101000101000100101000001 | 9eb83f3f3f8ca28941 |
EUC-JP | 楮???犬陰 | 110111001011101000111111001111110011111110111000101001001011000110100010 | dcba3f3f3fb8a4b1a2 |
UTF-8 | 楮명렪블犬陰 | 111001101010010110101110111010111010101010000101111010111010000010101010111010111011100010010100111001111000101010101100111010011001100110110000 | e6a5aeebaa85eba0aaebb894e78aace999b0 |
UHC | 楮명렪블犬陰 | 111011101011111110111000111011011000111010111000101110101110110111001100101100111110101111100100 | eebfb8ed8eb8baedccb3ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)