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 | 湲?諸? | 100111111101000100111111100011111001010000111111 | 9fd13f8f943f |
EUC-JP | 湲?諸? | 110111101101001100111111101111011111010000111111 | ded33fbdf43f |
UTF-8 | 湲렣諸례 | 111001101011100110110010111010111010000010100011111010001010101110111000111010111010000110000000 | e6b9b2eba0a3e8abb8eba180 |
UHC | 湲렣諸례 | 1110101010111000100011101011010011110000101100111011011111001010 | eab88eb4f0b3b7ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)