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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ?????Ł~ | 001111110011111100111111001111110011111110001111101010011010100001111110 | 3f3f3f3f3f8fa9a87e |
UTF-8 | 淋꾪삒淋귥Ł~ | 111011111010011110110101111010101011111010101010111011001000001010010010111011111010011110110101111010101011011110100101110001011000000101111110 | efa7b5eabeaaec8292efa7b5eab7a5c5817e |
UHC | 淋꾪삒淋귥Ł~ | 11101100111110001000010011101101100110001001011111101100111110001000001011101100101010001010100101111110 | ecf884ed9897ecf882eca8a97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)