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 | 蕭翫賛 | 111001010100101010001010111000111000111001011110 | e54a8ae38e5e |
EUC-JP | 蕭翫賛 | 111010011010101110110100111001011011101110111111 | e9abb4e5bbbf |
UTF-8 | 蕭翫賛 | 111010001001010110101101111001111011111110101011111010001011001110011011 | e895ade7bfabe8b39b |
UHC | 蕭翫? | 1110000111001011111010001101000100111111 | e1cbe8d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)