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 | 獸籃箝 | 111000001101011111100010110101011110001010101101 | e0d7e2d5e2ad |
EUC-JP | 獸籃箝 | 111000001101100111100100110101111110010010101111 | e0d9e4d7e4af |
UTF-8 | 獸籃箝 | 111001111000110110111000111001111011000110000011111001111010111010011101 | e78db8e7b183e7ae9d |
UHC | 獸籃箝 | 111000101010111011010101101111101100110011000100 | e2aed5beccc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)