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 | ?????¤? | 00111111001111110011111100111111001111111010010000111111 | 3f3f3f3f3fa43f |
SJIS-WIN | ??◇???? | 0011111100111111100000011001111000111111001111110011111100111111 | 3f3f819e3f3f3f3f |
EUC-JP | ??◇??¤? | 00111111001111111010000111111110001111110011111110001111101000101111000000111111 | 3f3fa1fe3f3f8fa2f03f |
UTF-8 | 룶깰◇룶퀛¤룫 | 1110101110100011101101101110101010111001101100001110001010010111100001111110101110100011101101101110110110000000100110111100001010100100111010111010001110101011 | eba3b6eab9b0e29787eba3b6ed809bc2a4eba3ab |
UHC | 룶깰◇룶퀛¤룫 | 1000111110101011101100011111110110100001110111101000111110101011101100111000111110100010101101001000111110100010 | 8fabb1fda1de8fabb38fa2b48fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)