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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 砥???^ | 100100110111010100111111001111110011111101011110 | 93753f3f3f5e |
EUC-JP | 砥???^ | 110001011101011000111111001111110011111101011110 | c5d63f3f3f5e |
UTF-8 | 砥쾅렧렗^ | 11100111101000001010010111101100101111101000010111101011101000001010011111101011101000001001011101011110 | e7a0a5ecbe85eba0a7eba0975e |
UHC | 砥쾅렧렗^ | 111100101011001011000100111001111000111010110110100011101010110001011110 | f2b2c4e78eb68eac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)