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 | 製?異?? | 10010000101110110011111110001000110110010011111100111111 | 90bb3f88d93f3f |
EUC-JP | 製?異?勖 | 110000001011110100111111101100001101101100111111100011111011001111101101 | c0bd3fb0db3f8fb3ed |
UTF-8 | 製렩異렔勖 | 111010001010001110111101111010111010000010101001111001111001010110110000111010111010000010010100111001011000101110010110 | e8a3bdeba0a9e795b0eba094e58b96 |
UHC | 製렩異렔勖 | 11110000101100101000111010110111111011001011011010001110101010011110100111101101 | f0b28eb7ecb68ea9e9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)