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 | 要わ? | 1001011101110110100000101110110100111111 | 977682ed3f |
EUC-JP | 要わ? | 1100110111010111101001001110111100111111 | cdd7a4ef3f |
UTF-8 | 要わ쉑 | 111010001010011010000001111000111000001010001111111011001000100110010001 | e8a681e3828fec8991 |
UHC | 要わ쉑 | 111010011010100110101010111011111011110110100111 | e9a9aaefbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)