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 | 獸箚貅 | 111000001101011111100010101100101110011010111010 | e0d7e2b2e6ba |
EUC-JP | 獸箚貅 | 111000001101100111100100101101001110110010111100 | e0d9e4b4ecbc |
UTF-8 | 獸箚貅 | 111001111000110110111000111001111010111010011010111010001011001010000101 | e78db8e7ae9ae8b285 |
UHC | 獸箚? | 1110001010101110111100111011000000111111 | e2aef3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)