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 | 險よ腐 | 111010001010100010000010111001101001010110000101 | e8a882e69585 |
EUC-JP | 險よ腐 | 111100001010101010100100111010001100100111100101 | f0aaa4e8c9e5 |
UTF-8 | 險よ腐 | 111010011001101010101010111000111000001010001000111010001000010110010000 | e99aaae38288e88590 |
UHC | 險よ腐 | 111110101100111110101010111010001101110110101111 | facfaae8ddaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)