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 | 紆雁→ | 111000101111110010001010111001011000000110101000 | e2fc8ae581a8 |
EUC-JP | 紆雁→ | 111001001111111010110100111001111010001010101010 | e4feb4e7a2aa |
UTF-8 | 紆雁→ | 111001111011010010000110111010011001101110000001111000101000011010010010 | e7b486e99b81e28692 |
UHC | 紆雁→ | 111010011110000111100100110100101010000111100110 | e9e1e4d2a1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)