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 | ??gh??g | 00111111001111110110011101101000001111110011111101100111 | 3f3f67683f3f67 |
SJIS-WIN | 弔?gh弔?g | 100100101010001000111111011001110110100010010010101000100011111101100111 | 92a23f676892a23f67 |
EUC-JP | 弔?gh弔?g | 110001001010010000111111011001110110100011000100101001000011111101100111 | c4a43f6768c4a43f67 |
UTF-8 | 弔렲gh弔렲g | 111001011011110010010100111010111010000010110010011001110110100011100101101111001001010011101011101000001011001001100111 | e5bc94eba0b26768e5bc94eba0b267 |
UHC | 弔렲gh弔렲g | 1111000011000000100011101011111101100111011010001111000011000000100011101011111101100111 | f0c08ebf6768f0c08ebf67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)