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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | シャB丈 | 11110000111010111011110010101100010000101000111111100100 | f0ebbcac428fe4 |
EUC-JP | ?シャB丈 | 0011111110001110101111001000111010101100010000101011111011100110 | 3f8ebc8eac42bee6 |
UTF-8 | シャB丈 | 11101110100000101010101011101111101111011011110011101111101111011010110001000010111001001011100010001000 | ee82aaefbdbcefbdac42e4b888 |
UHC | ???B丈 | 001111110011111100111111010000101110110111011011 | 3f3f3f42eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)