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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈幎掠ミゥ | 1110100011100111100110111110101110010111101010011101000010101001 | e8e79beb97a9d0a9 |
EUC-JP | 韈幎掠ミゥ | 11110000111010011101011011101101110011101010101110001110110100001000111010101001 | f0e9d6edceab8ed08ea9 |
UTF-8 | 韈幎掠ミゥ | 111010011001111110001000111001011011100110001110111001101000111010100000111011111011111010010000111011111011110110101001 | e99f88e5b98ee68ea0efbe90efbda9 |
UHC | ??掠?? | 001111110011111111010101110100110011111100111111 | 3f3fd5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)