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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?桀?}B | 001111111001111001111011001111110111110101000010 | 3f9e7b3f7d42 |
EUC-JP | ?桀?}B | 001111111101101111011100001111110111110101000010 | 3fdbdc3f7d42 |
UTF-8 | 룴桀키}B | 1110101110100011101101001110011010100001100000001110110110000010101001000111110101000010 | eba3b4e6a180ed82a47d42 |
UHC | 룴桀키}B | 1000111110101001110010111111101011000101101100000111110101000010 | 8fa9cbfac5b07d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)