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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????® | 00111111001111110011111100111111100011111010001011101110 | 3f3f3f3f8fa2ee |
UTF-8 | 鍊귞땮吳® | 1110111110100110100110111110101010110111100111101110101110010101101011101110010110010000101100111100001010101110 | efa69beab79eeb95aee590b3c2ae |
UHC | 鍊귞땮吳® | 11100110111010001000001011100111100010111000010011100111111011111010001011100111 | e6e882e78b84e7efa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)