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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?堧?? | 001111111000111110111000101010000011111100111111 | 3f8fb8a83f3f |
UTF-8 | 瑥堧롇롋 | 111001111001000110100101111001011010000010100111111010111010000110000111111010111010000110001011 | e791a5e5a0a7eba187eba18b |
UHC | 瑥堧롇롋 | 1110100010101111111001101100000010001110110011011000111011010001 | e8afe6c08ecd8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)