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 | ???遡 | 0011111100111111001111111001000101101011 | 3f3f3f916b |
EUC-JP | ???遡 | 0011111100111111001111111100000111001100 | 3f3f3fc1cc |
UTF-8 | 憐年잢遡 | 111011111010011010001111111011111010011010001110111011001001111010100010111010011000000110100001 | efa68fefa68eec9ea2e981a1 |
UHC | 憐年잢遡 | 1110011011000110111001101100010010011111111100011110000111001111 | e6c6e6c49ff1e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)