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 | 險旗羈 | 111010001010100010001010111110001110001110110001 | e8a88af8e3b1 |
EUC-JP | 險旗羈 | 111100001010101010110100111110101110011010110011 | f0aab4fae6b3 |
UTF-8 | 險旗羈 | 111010011001101010101010111001101001011110010111111001111011111010001000 | e99aaae69797e7be88 |
UHC | 險旗羈 | 111110101100111111010000111111011101000110111100 | facfd0fdd1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)