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 | ?????I | 001111110011111100111111001111110011111101001001 | 3f3f3f3f3f49 |
SJIS-WIN | 顫亥ヲ願?I | 111010001111101010001000111001011010011010001010111010000011111101001001 | e8fa88e5a68ae83f49 |
EUC-JP | 顫亥ヲ願匃I | 111100001111110010110000111001111000111010100110101101001110101010001111101100111111110001001001 | f0fcb0e78ea6b4ea8fb3fc49 |
UTF-8 | 顫亥ヲ願匃I | 11101001101000011010101111100100101110101010010111101111101111011010011011101001101000011001100011100101100011001000001101001001 | e9a1abe4baa5efbda6e9a198e58c8349 |
UHC | 顫亥?願?I | 111011111011010111111010101001000011111111101010110000110011111101001001 | efb5faa43feac33f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)