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 | 雍埼事 | 111010001011010010001101111010011000111010010110 | e8b48de98e96 |
EUC-JP | 雍埼事 | 111100001011011010111010111010111011101111110110 | f0b6baebbbf6 |
UTF-8 | 雍埼事 | 111010011001101110001101111001011001111110111100111001001011101010001011 | e99b8de59fbce4ba8b |
UHC | 雍埼事 | 111010001011110011010000111100101101111011000000 | e8bcd0f2dec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)