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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臟嵌各 | 111001000110011010011011110001101000101001100101 | e4669bc68a65 |
EUC-JP | 臟嵌各 | 111001111100011111010110110010001011001111000110 | e7c7d6c8b3c6 |
UTF-8 | 臟嵌各 | 111010001000011110011111111001011011010110001100111001011001000010000100 | e8879fe5b58ce59084 |
UHC | 臟嵌各 | 111011011111010011001010111011101100101011000000 | edf4caeecac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)