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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 維?ぜ{d | 10001000110110110011111110000010101110100111101101100100 | 88db3f82ba7b64 |
EUC-JP | 維?ぜ{d | 10110000110111010011111110100100101111000111101101100100 | b0dd3fa4bc7b64 |
UTF-8 | 維앸ぜ{d | 1110011110110110101011011110110010010101101110001110001110000001100111000111101101100100 | e7b6adec95b8e3819c7b64 |
UHC | 維앸ぜ{d | 1110101110101011100111011110101110101010101111000111101101100100 | ebab9debaabc7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)