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 | 襾埼ゥ | 111001100100011110001101111010011000001101000100 | e6478de98344 |
EUC-JP | 襾埼ゥ | 111010111010100010111010111010111010010110100101 | eba8baeba5a5 |
UTF-8 | 襾埼ゥ | 111010001010010110111110111001011001111110111100111000111000001010100101 | e8a5bee59fbce382a5 |
UHC | ?埼ゥ | 0011111111010000111100101010101110100101 | 3fd0f2aba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)