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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 和倆筵A和 | 100110000110000110011000111011011110001010100101010000011001100001100001 | 986198ede2a5419861 |
EUC-JP | 和倆筵A和 | 110011111100001011010000111011111110010010100111010000011100111111000010 | cfc2d0efe4a741cfc2 |
UTF-8 | 和倆筵A和 | 11100101100100101000110011100101100000001000011011100111101011011011010101000001111001011001001010001100 | e5928ce58086e7adb541e5928c |
UHC | 和倆筵A和 | 111110111111101011010101110101101110011011011101010000011111101111111010 | fbfad5d6e6dd41fbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)