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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??緩? | 0011111100111111100010101100100100111111 | 3f3f8ac93f |
EUC-JP | ??緩? | 0011111100111111101101001100101100111111 | 3f3fb4cb3f |
UTF-8 | 뤉롸緩쪩 | 111010111010010010001001111010111010000110111000111001111011011110101001111011001010101010101001 | eba489eba1b8e7b7a9ecaaa9 |
UHC | 뤉롸緩쪩 | 1000111110111001101101111101011011101000110100001010011001000010 | 8fb9b7d6e8d0a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)