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 | 萬埼蛙 | 111001001101110110001101111010011000101001011110 | e4dd8de98a5e |
EUC-JP | 萬埼蛙 | 111010001101111110111010111010111011001110111111 | e8dfbaebb3bf |
UTF-8 | 萬埼蛙 | 111010001001000010101100111001011001111110111100111010001001101110011001 | e890ace59fbce89b99 |
UHC | 萬埼蛙 | 110110001011111111010000111100101110100011000011 | d8bfd0f2e8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)