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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 氏??^ | 1000111010000001001111110011111101011110 | 8e813f3f5e |
EUC-JP | 氏??^ | 1011101111100001001111110011111101011110 | bbe13f3f5e |
UTF-8 | 氏룎렑^ | 11100110101100001000111111101011101000111000111011101011101000001001000101011110 | e6b08feba38eeba0915e |
UHC | 氏룎렑^ | 11100100101010111000111110001100100011101010011001011110 | e4ab8f8c8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)