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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 貂ケ貉ソ\ | 11100110101110001011100111100110101110011011111101011100 | e6b8b9e6b9bf5c |
EUC-JP | 貂ケ貉ソ\ | 111011001011101010001110101110011110110010111011100011101011111101011100 | ecba8eb9ecbb8ebf5c |
UTF-8 | 貂ケ貉ソ\ | 11101000101100101000001011101111101111011011100111101000101100101000100111101111101111011011111101011100 | e8b282efbdb9e8b289efbdbf5c |
UHC | 貂???\ | 111101011011000000111111001111110011111101011100 | f5b03f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)