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 | 珥マ聿 | 1110000011100000110011111110001111100100 | e0e0cfe3e4 |
EUC-JP | 珥マ聿 | 111000001110001010001110110011111110011011100110 | e0e28ecfe6e6 |
UTF-8 | 珥マ聿 | 111001111000111110100101111011111011111010001111111010001000000110111111 | e78fa5efbe8fe881bf |
UHC | 珥?聿 | 1110110010110100001111111110101111010011 | ecb43febd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)