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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 午ワ?晤 | 10001100110111111000001110001111001111111001110111101011 | 8cdf838f3f9deb |
EUC-JP | 午ワ?晤 | 10111000111000011010010111101111001111111101101011101101 | b8e1a5ef3fdaed |
UTF-8 | 午ワ슭晤 | 111001011000110110001000111000111000001110101111111011001000101010101101111001101001100110100100 | e58d88e383afec8aade699a4 |
UHC | 午ワ슭晤 | 1110011111101101101010111110111110111101101111101110011111111011 | e7edabefbdbee7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)