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 | 邨守」ッ | 111001111011010110001110111001111010001110101111 | e7b58ee7a3af |
EUC-JP | 邨守」ッ | 1110111010110111101111001110100110001110101000111000111010101111 | eeb7bce98ea38eaf |
UTF-8 | 邨守」ッ | 111010011000001010101000111001011010111010001000111011111011110110100011111011111011110110101111 | e982a8e5ae88efbda3efbdaf |
UHC | 邨守?? | 111101011011111011100001111110100011111100111111 | f5bee1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)