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 | 筌Q??^ | 11100010101000111000001001110000001111110011111101011110 | e2a382703f3f5e |
EUC-JP | 筌Q??^ | 11100100101001011010001111010001001111110011111101011110 | e4a5a3d13f3f5e |
UTF-8 | 筌Q딆퓝^ | 11100111101011011000110011101111101111001011000111101011100101001000011011101101100100111001110101011110 | e7ad8cefbcb1eb9486ed939d5e |
UHC | 筌Q딆퓝^ | 111011111010011110100011110100011000101011101100101111111000011101011110 | efa7a3d18aecbf875e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)