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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 輕杜? | 1110011101101010100100110110110100111111 | e76a936d3f |
EUC-JP | 輕杜? | 1110110111001011110001011100111000111111 | edcbc5ce3f |
UTF-8 | 輕杜令 | 111010001011110010010101111001101001110110011100111011111010011010101000 | e8bc95e69d9cefa6a8 |
UHC | 輕杜令 | 110011001110111011010100111000011110011110101001 | cceed4e1e7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)