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 | 萬埼界諛 | 1110010011011101100011011110100110001010010001011110011010000111 | e4dd8de98a45e687 |
EUC-JP | 萬埼界諛 | 1110100011011111101110101110101110110011101001101110101111100111 | e8dfbaebb3a6ebe7 |
UTF-8 | 萬埼界諛 | 111010001001000010101100111001011001111110111100111001111001010110001100111010001010101110011011 | e890ace59fbce7958ce8ab9b |
UHC | 萬埼界諛 | 1101100010111111110100001111001011001101101000111110101110110000 | d8bfd0f2cda3ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)