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 | 祥?豐 | 1000111111001011001111111110011010110010 | 8fcb3fe6b2 |
EUC-JP | 祥樨豐 | 10111110110011011000111111000100111111001110110010110100 | becd8fc4fcecb4 |
UTF-8 | 祥樨豐 | 111001111010010110100101111001101010100010101000111010001011000110010000 | e7a5a5e6a8a8e8b190 |
UHC | 祥?? | 11011111110101000011111100111111 | dfd43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)