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 | 剰弴タ | 1000111111101000111110101011100011000000 | 8fe8fab8c0 |
EUC-JP | 剰弴タ | 10111110111010101000111110111100111011011000111011000000 | beea8fbced8ec0 |
UTF-8 | 剰弴タ | 111001011000100110110000111001011011110010110100111011111011111010000000 | e589b0e5bcb4efbe80 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)