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 | 巍麝ご? | 10011011110110011110101001101100100000101011001000111111 | 9bd9ea6c82b23f |
EUC-JP | 巍麝ご? | 11010110110110111111001111001101101001001011010000111111 | d6dbf3cda4b43f |
UTF-8 | 巍麝ご렕 | 111001011011011110001101111010011011101010011101111000111000000110010100111010111010000010010101 | e5b78de9ba9de38194eba095 |
UHC | 巍麝ご렕 | 1110100011100100110111101111101010101010101101001000111010101010 | e8e4defaaab48eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)