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 | 芍ル拶 | 111001001000100110000011100010111000111001000001 | e489838b8e41 |
EUC-JP | 芍ル拶 | 111001111110100110100101111010111011101110100010 | e7e9a5ebbba2 |
UTF-8 | 芍ル拶 | 111010001000101010001101111000111000001110101011111001101000101110110110 | e88a8de383abe68bb6 |
UHC | 芍ル? | 1110110111001011101010111110101100111111 | edcbabeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)