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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | ?〓?塋??Y | 001111111000000110101100001111111001101011001000001111110011111101011001 | 3f81ac3f9ac83f3f59 |
EUC-JP | 縕〓?塋??Y | 1000111111010100110000101010001010101110001111111101010011001010001111110011111101011001 | 8fd4c2a2ae3fd4ca3f3f59 |
UTF-8 | 縕〓젛塋좊젌Y | 11100111101110001001010111100011100000001001001111101100101000001001101111100101101000011000101111101100101000101000101011101100101000001000110001011001 | e7b895e38093eca09be5a18beca28aeca08c59 |
UHC | 縕〓젛塋좊젌Y | 11101000101100101010000111101011101000001001011111100111101010111010000011101011101000001000110101011001 | e8b2a1eba097e7aba0eba08d59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)