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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?猛??粟 | 00111111100101101101001000111111001111111000100010111110 | 3f96d23f3f88be |
EUC-JP | 洧猛??粟 | 100011111100011110110100110011001101010000111111001111111011000011000000 | 8fc7b4ccd43f3fb0c0 |
UTF-8 | 洧猛떵뤊粟 | 111001101011010010100111111001111000110010011011111010111001011010110101111010111010010010001010111001111011001010011111 | e6b4a7e78c9beb96b5eba48ae7b29f |
UHC | 洧猛떵뤊粟 | 11101010111110111101100011101101101101101011101010001111101110101110000111011000 | eafbd8edb6ba8fbae1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)