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? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 和倆筵G眇 | 100110000110000110011000111011011110001010100101010001111110000110111101 | 986198ede2a547e1bd |
EUC-JP | 和倆筵G眇 | 110011111100001011010000111011111110010010100111010001111110001010111111 | cfc2d0efe4a747e2bf |
UTF-8 | 和倆筵G眇 | 11100101100100101000110011100101100000001000011011100111101011011011010101000111111001111001110010000111 | e5928ce58086e7adb547e79c87 |
UHC | 和倆筵G? | 1111101111111010110101011101011011100110110111010100011100111111 | fbfad5d6e6dd473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)