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 | 裲g讐 | 111001011110101010000010100001111000111101010001 | e5ea82878f51 |
EUC-JP | 裲g讐 | 111010101110110010100011111001111011110110110010 | eaeca3e7bdb2 |
UTF-8 | 裲g讐 | 111010001010001110110010111011111011110110000111111010001010111010010000 | e8a3b2efbd87e8ae90 |
UHC | ?g讐 | 0011111110100011111001111110001011000010 | 3fa3e7e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)