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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逡「遽ゥ? | 11100111100101011010001011100111101011111010100100111111 | e795a2e7afa93f |
EUC-JP | 逡「遽ゥ奙 | 1110110111110101100011101010001011101110101100011000111010101001100011111011100011110110 | edf58ea2eeb18ea98fb8f6 |
UTF-8 | 逡「遽ゥ奙 | 111010011000000010100001111011111011110110100010111010011000000110111101111011111011110110101001111001011010010110011001 | e980a1efbda2e981bdefbda9e5a599 |
UHC | 逡?遽?? | 11110001111001000011111111001011111010000011111100111111 | f1e43fcbe83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)