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 | 雉頑エ | 1110100010110011100010101110011010110100 | e8b38ae6b4 |
EUC-JP | 雉頑エ | 111100001011010110110100111010001000111010110100 | f0b5b4e88eb4 |
UTF-8 | 雉頑エ | 111010011001101110001001111010011010000010010001111011111011110110110100 | e99b89e9a091efbdb4 |
UHC | 雉頑? | 1111011011001011111010001101011100111111 | f6cbe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)