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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襪牛ソ | 1110011001000011100010111000110110111111 | e6438b8dbf |
EUC-JP | 襪牛ソ | 111010111010010010110101111011011000111010111111 | eba4b5ed8ebf |
UTF-8 | 襪牛ソ | 111010001010010110101010111001111000100110011011111011111011110110111111 | e8a5aae7899befbdbf |
UHC | 襪牛? | 1101100011001010111010011101101000111111 | d8cae9da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)