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 | 菴∝胸 | 111001001011110110000001111001011000101110111001 | e4bd81e58bb9 |
EUC-JP | 菴∝胸 | 111010001011111110100010111001111011011010111011 | e8bfa2e7b6bb |
UTF-8 | 菴∝胸 | 111010001000111110110100111000101000100010011101111010001000001110111000 | e88fb4e2889de883b8 |
UHC | 菴∝胸 | 111001001110000010100001111100001111110111011000 | e4e0a1f0fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)