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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 媛紗攻U | 10010101010100011000111011010001100011010101010101010101 | 95518ed18d5555 |
EUC-JP | 媛紗攻U | 11001001101100101011110011010011101110011011011001010101 | c9b2bcd3b9b655 |
UTF-8 | 媛紗攻U | 11100101101010101001101111100111101101001001011111100110100101001011101101010101 | e5aa9be7b497e694bb55 |
UHC | 媛紗攻U | 11101010101100001101111011101001110011011111010001010101 | eab0dee9cdf455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)