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????F | 0011111100111111010001110011111100111111001111110011111101000110 | 3f3f473f3f3f3f46 |
SJIS-WIN | 将エG将ア将エF | 1000111110101011101101000100011110001111101010111011000110001111101010111011010001000110 | 8fabb4478fabb18fabb446 |
EUC-JP | 将エG将ア将エF | 1011111010101101100011101011010001000111101111101010110110001110101100011011111010101101100011101011010001000110 | bead8eb447bead8eb1bead8eb446 |
UTF-8 | 将エG将ア将エF | 1110010110110000100001101110111110111101101101000100011111100101101100001000011011101111101111011011000111100101101100001000011011101111101111011011010001000110 | e5b086efbdb447e5b086efbdb1e5b086efbdb446 |
UHC | ??G????F | 0011111100111111010001110011111100111111001111110011111101000110 | 3f3f473f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)