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 | ??瑩? | 0011111100111111111000001111000000111111 | 3f3fe0f03f |
EUC-JP | ??瑩? | 0011111100111111111000001111001000111111 | 3f3fe0f23f |
UTF-8 | 씌뤸瑩쨕 | 111011001001010010001100111010111010010010111000111001111001000110101001111011001010100010010101 | ec948ceba4b8e791a9eca895 |
UHC | 씌뤸瑩쨕 | 1011111010111010100011111110011011111011101010011010010001101011 | beba8fe6fba9a46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)