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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???竭 | 0011111100111111001111111110001010010001 | 3f3f3fe291 |
EUC-JP | 邕??竭 | 10001111111000011110110100111111001111111110001111110001 | 8fe1ed3f3fe3f1 |
UTF-8 | 邕띠렢竭 | 111010011000001010010101111010111001110110100000111010111010000010100010111001111010101110101101 | e98295eb9da0eba0a2e7abad |
UHC | 邕띠렢竭 | 1110100010111011101101101110110010001110101100111100101011100110 | e8bbb6ec8eb3cae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)