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 | 蠎頑カ | 1110010110111010100010101110011010110110 | e5ba8ae6b6 |
EUC-JP | 蠎頑カ | 111010101011110010110100111010001000111010110110 | eabcb4e88eb6 |
UTF-8 | 蠎頑カ | 111010001010000010001110111010011010000010010001111011111011110110110110 | e8a08ee9a091efbdb6 |
UHC | ?頑? | 00111111111010001101011100111111 | 3fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)