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 | 祥?? | 10001111110010110011111100111111 | 8fcb3f3f |
EUC-JP | 祥?? | 10111110110011010011111100111111 | becd3f3f |
UTF-8 | 祥곭씭 | 111001111010010110100101111010101011001110101101111011001001010010101101 | e7a5a5eab3adec94ad |
UHC | 祥곭씭 | 110111111101010010000001111001111001110110111110 | dfd481e79dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)