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韭 | 111001011111010110100010010001111110100011101010 | e5f5a247e8ea |
EUC-JP | 襄「G韭 | 11101010111101111000111010100010010001111111000011101100 | eaf78ea247f0ec |
UTF-8 | 襄「G韭 | 11101000101001011000010011101111101111011010001001000111111010011001111110101101 | e8a584efbda247e99fad |
UHC | 襄?G? | 1110010111010001001111110100011100111111 | e5d13f473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)