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 | 萓啄★萓 | 1110010010111110100100011110110110000001100110101110010010111110 | e4be91ed819ae4be |
EUC-JP | 萓啄★萓 | 1110100011000000110000101110111110100001111110101110100011000000 | e8c0c2efa1fae8c0 |
UTF-8 | 萓啄★萓 | 111010001001000010010011111001011001010110000100111000101001100010000101111010001001000010010011 | e89093e59584e29885e89093 |
UHC | ?啄★? | 001111111111011011110010101000011101101000111111 | 3ff6f2a1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)