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 | 邏ー邏ー | 111001111011010010110000111001111011010010110000 | e7b4b0e7b4b0 |
EUC-JP | 邏ー邏ー | 1110111010110110100011101011000011101110101101101000111010110000 | eeb68eb0eeb68eb0 |
UTF-8 | 邏ー邏ー | 111010011000001010001111111011111011110110110000111010011000001010001111111011111011110110110000 | e9828fefbdb0e9828fefbdb0 |
UHC | 邏?邏? | 110101011010010000111111110101011010010000111111 | d5a43fd5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)