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 | 柴錞爵 | 100011101100010011111011110110111000111011011101 | 8ec4fbdb8edd |
EUC-JP | 柴錞爵 | 10111100110001101000111111100100110111001011110011011111 | bcc68fe4dcbcdf |
UTF-8 | 柴錞爵 | 111001101001111110110100111010011000110010011110111001111000100010110101 | e69fb4e98c9ee788b5 |
UHC | 柴錞爵 | 111000111100001111100010111101101110110111001001 | e3c3e2f6edc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)