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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 泓朸泓朸^ | 100111111001011110011110010101011001111110010111100111100101010101011110 | 9f979e559f979e555e |
EUC-JP | 泓朸泓朸^ | 110111011111011111011011101101101101110111110111110110111011011001011110 | ddf7dbb6ddf7dbb65e |
UTF-8 | 泓朸泓朸^ | 11100110101100111001001111100110100111001011100011100110101100111001001111100110100111001011100001011110 | e6b393e69cb8e6b393e69cb85e |
UHC | 泓?泓?^ | 11111011111100100011111111111011111100100011111101011110 | fbf23ffbf23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)