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 | 蕚泚 | 111100011110011011100100110101001111101011111001 | f1e6e4d4faf9 |
EUC-JP | ?蕚泚 | 001111111110100011010110100011111100011110100001 | 3fe8d68fc7a1 |
UTF-8 | 蕚泚 | 111011101000010110100001111010001001010110011010111001101011001110011010 | ee85a1e8959ae6b39a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)