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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 濡?????B | 1001010001000111001111110011111100111111001111110011111101000010 | 94473f3f3f3f3f42 |
EUC-JP | 濡?????B | 1100011110101000001111110011111100111111001111110011111101000010 | c7a83f3f3f3f3f42 |
UTF-8 | 濡롫죾勵뺝쉥B | 11100110101111111010000111101011101000011010101111101100101000111011111011101111101001011011111111101011101110101001110111101100100010011010010101000010 | e6bfa1eba1abeca3beefa5bfebba9dec89a542 |
UHC | 濡롫죾勵뺝쉥B | 11101011101000011000111011101011101000011001011011100101111110101001010111100101101111011010101101000010 | eba18eeba196e5fa95e5bdab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)