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 | 椀?? | 10011000011011110011111100111111 | 986f3f3f |
EUC-JP | 椀?? | 11001111110100000011111100111111 | cfd03f3f |
UTF-8 | 椀렭롙 | 111001101010010010000000111010111010000010101101111010111010000110011001 | e6a480eba0adeba199 |
UHC | 椀렭롙 | 111010001100101010001110101110101000111011011101 | e8ca8eba8edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)