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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 號培^ | 1110010101101010100101000111110001011110 | e56a947c5e |
EUC-JP | 號培^ | 1110100111001011110001111101110101011110 | e9cbc7dd5e |
UTF-8 | 號培^ | 11101000100110011001111111100101100111111011100101011110 | e8999fe59fb95e |
UHC | 號培^ | 1111101111011100110110111100011001011110 | fbdcdbc65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)