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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????淞 | 0011111100111111001111110011111100111111001111111001111111000010 | 3f3f3f3f3f3f9fc2 |
EUC-JP | ??????淞 | 0011111100111111001111110011111100111111001111111101111011000100 | 3f3f3f3f3f3fdec4 |
UTF-8 | 溜삳젒溜뷸뇘淞 | 111011111010011110001011111011001000001010110011111011001010000010010010111011111010011110001011111010111011011110111000111010111000011110011000111001101011011110011110 | efa78bec82b3eca092efa78bebb7b8eb8798e6b79e |
UHC | 溜삳젒溜뷸뇘淞 | 1110101011111110101110111110101110100000100100011110101011111110101110101110011010000111100000111110000111100111 | eafebbeba091eafebae68783e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)