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 | 該?咳?號? | 100010100101100100111111100010100101000000111111111001010110101000111111 | 8a593f8a503fe56a3f |
EUC-JP | 該?咳?號? | 101100111011101000111111101100111011000100111111111010011100101100111111 | b3ba3fb3b13fe9cb3f |
UTF-8 | 該렗咳렱號렍 | 111010001010100110110010111010111010000010010111111001011001001010110011111010111010000010110001111010001001100110011111111010111010000010001101 | e8a9b2eba097e592b3eba0b1e8999feba08d |
UHC | 該렗咳렱號렍 | 111110101011000110001110101011001111101010100110100011101011111011111011110111001000111010100011 | fab18eacfaa68ebefbdc8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)