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 | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 襄「G顆 | 111001011111010110100010010001111110100011110111 | e5f5a247e8f7 |
EUC-JP | 襄「G顆 | 11101010111101111000111010100010010001111111000011111001 | eaf78ea247f0f9 |
UTF-8 | 襄「G顆 | 11101000101001011000010011101111101111011010001001000111111010011010000110000110 | e8a584efbda247e9a186 |
UHC | 襄?G顆 | 111001011101000100111111010001111100111010101000 | e5d13f47cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)