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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狸坦続足B | 100100100100101110010010010100101001000110110001100100011010101101000010 | 924b925291b191ab42 |
EUC-JP | 狸坦続足B | 110000111010110011000011101100111100001010110011110000101010110101000010 | c3acc3b3c2b3c2ad42 |
UTF-8 | 狸坦続足B | 11100111100010111011100011100101100111011010011011100111101101101001101011101000101101101011001101000010 | e78bb8e59da6e7b69ae8b6b342 |
UHC | 狸坦?足B | 1101011111100001111101111010010000111111111100001110101101000010 | d7e1f7a43ff0eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)