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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 獒??濚? | 100011111100101110111011001111110011111110001111110010011010000100111111 | 8fcbbb3f3f8fc9a13f |
UTF-8 | 獒섓슴濚썹 | 111001111000110110010010111011001000010010010011111011001000101010110100111001101011111110011010111011001000110110111001 | e78d92ec8493ec8ab4e6bf9aec8db9 |
UHC | 獒섓슴濚썹 | 11101000101000111001100011101111101111011011111111100111101110011011110111100111 | e8a398efbdbfe7b9bde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)