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 | 車痔ア | 1000111011010100100011101010010010110001 | 8ed48ea4b1 |
EUC-JP | 車痔ア | 101111001101011010111100101001101000111010110001 | bcd6bca68eb1 |
UTF-8 | 車痔ア | 111010001011101110001010111001111001011110010100111011111011110110110001 | e8bb8ae79794efbdb1 |
UHC | 車痔? | 1111001110110011111101101100000000111111 | f3b3f6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)