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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???①> | 00111111001111110011111110000111010000001000000110000100 | 3f3f3f87408184 |
EUC-JP | ????> | 001111110011111100111111001111111010000111100100 | 3f3f3f3fa1e4 |
UTF-8 | 쒀롌뤏①> | 111011001001001010000000111010111010000110001100111010111010010010001111111000101001000110100000111011111011110010011110 | ec9280eba18ceba48fe291a0efbc9e |
UHC | 쒀롌뤏①> | 10111110101011001000111011010010100011111011111110101000111001111010001110111110 | beac8ed28fbfa8e7a3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)