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 | 闢榊万荳Ⅵ | 11101000100100111000110111100101100101101001110011100100101110001000011101011001 | e8938de5969ce4b88759 |
EUC-JP | 闢榊万荳? | 111011111111001110111010111001111100101111111100111010001011101000111111 | eff3bae7cbfce8ba3f |
UTF-8 | 闢榊万荳Ⅵ | 111010011001011110100010111001101010011010001010111001001011100010000111111010001000110110110011111000101000010110100101 | e997a2e6a68ae4b887e88db3e285a5 |
UHC | 闢?万荳Ⅵ | 110111001010001100111111110110001011001011010100111001011010010110110101 | dca33fd8b2d4e5a5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)