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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 消ヲ賤莢] | 1000111111000001101001101110011011001011111001001011000001011101 | 8fc1a6e6cbe4b05d |
EUC-JP | 消ヲ賤莢] | 101111101100001110001110101001101110110011001101111010001011001001011101 | bec38ea6eccde8b25d |
UTF-8 | 消ヲ賤莢] | 11100110101101101000100011101111101111011010011011101000101100111010010011101000100011101010001001011101 | e6b688efbda6e8b3a4e88ea25d |
UHC | 消?賤莢] | 1110000110111100001111111111010011000001111110101111100001011101 | e1bc3ff4c1faf85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)