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 | 製?畯?? | 10010000101110110011111111111011011011110011111100111111 | 90bb3ffb6f3f3f |
EUC-JP | 製?畯?? | 1100000010111101001111111000111111001101101110110011111100111111 | c0bd3f8fcdbb3f3f |
UTF-8 | 製렩畯흔뱌 | 111010001010001110111101111010111010000010101001111001111001010110101111111011011001110110010100111010111011000110001100 | e8a3bdeba0a9e795afed9d94ebb18c |
UHC | 製렩畯흔뱌 | 11110000101100101000111010110111111100011110000111001000111001111011100111110010 | f0b28eb7f1e1c8e7b9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)