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 | ??艤?游 | 00111111001111111110010001111110001111111001111111100000 | 3f3fe47e3f9fe0 |
EUC-JP | 洧?艤?游 | 100011111100011110110100001111111110011111011111001111111101111011100010 | 8fc7b43fe7df3fdee2 |
UTF-8 | 洧렫艤렫游 | 111001101011010010100111111010111010000010101011111010001000100110100100111010111010000010101011111001101011100010111000 | e6b4a7eba0abe889a4eba0abe6b8b8 |
UHC | 洧렫艤렫游 | 11101010111110111000111010111001111010111111101010001110101110011110101011111101 | eafb8eb9ebfa8eb9eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)