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 | ??????vB | 0011111100111111001111110011111100111111001111110111011001000010 | 3f3f3f3f3f3f7642 |
SJIS-WIN | シタシッ湿璽vB | 10111100110000001011110010101111100011101011110010001110101000110111011001000010 | bcc0bcaf8ebc8ea37642 |
EUC-JP | シタシッ湿璽vB | 1000111010111100100011101100000010001110101111001000111010101111101111001011111010111100101001010111011001000010 | 8ebc8ec08ebc8eafbcbebca57642 |
UTF-8 | シタシッ湿璽vB | 1110111110111101101111001110111110111110100000001110111110111101101111001110111110111101101011111110011010111001101111111110011110010010101111010111011001000010 | efbdbcefbe80efbdbcefbdafe6b9bfe792bd7642 |
UHC | ?????璽vB | 001111110011111100111111001111110011111111011111110111100111011001000010 | 3f3f3f3f3fdfde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)