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 | 嬢ヨ湿璽] | 1000111111101100110101101000111010111100100011101010001101011101 | 8fecd68ebc8ea35d |
EUC-JP | 嬢ヨ湿璽] | 101111101110111010001110110101101011110010111110101111001010010101011101 | beee8ed6bcbebca55d |
UTF-8 | 嬢ヨ湿璽] | 11100101101011001010001011101111101111101001011011100110101110011011111111100111100100101011110101011101 | e5aca2efbe96e6b9bfe792bd5d |
UHC | ???璽] | 001111110011111100111111110111111101111001011101 | 3f3f3fdfde5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)