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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涯?涯 | 1000101001010101001111111000101001010101 | 8a553f8a55 |
EUC-JP | 涯?涯 | 1011001110110110001111111011001110110110 | b3b63fb3b6 |
UTF-8 | 涯푛涯 | 111001101011011010101111111011011001000110011011111001101011011010101111 | e6b6afed919be6b6af |
UHC | 涯푛涯 | 111001001111001110111110011010001110010011110011 | e4f3be68e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)