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 | 臂号▼ | 111001000101110110001101100001101000000110100101 | e45d8d8681a5 |
EUC-JP | 臂号▼ | 111001111011111010111001111001101010001010100111 | e7beb9e6a2a7 |
UTF-8 | 臂号▼ | 111010001000011110000010111001011000111110110111111000101001011010111100 | e88782e58fb7e296bc |
UHC | 臂?▼ | 1101111010100010001111111010000111100101 | dea23fa1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)