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 | ?ル?? | 0011111110000011100010110011111100111111 | 3f838b3f3f |
EUC-JP | 邕ル?? | 10001111111000011110110110100101111010110011111100111111 | 8fe1eda5eb3f3f |
UTF-8 | 邕ル죺琉 | 111010011000001010010101111000111000001110101011111011001010001110111010111011111010011110001100 | e98295e383abeca3baefa78c |
UHC | 邕ル죺琉 | 1110100010111011101010111110101110100001100101001110101110100100 | e8bbabeba194eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)