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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 蝗ケy | 11100101100110111011100101111001 | e59bb979 |
EUC-JP | 蝗ケy | 1110100111111011100011101011100101111001 | e9fb8eb979 |
UTF-8 | 蝗ケy | 11101000100111011001011111101111101111011011100101111001 | e89d97efbdb979 |
UHC | 蝗?y | 11111100110110010011111101111001 | fcd93f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)