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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聆ワ | 11100011110101111111011010111010110111001111000101000110 | e3d7f6badcf146 |
EUC-JP | 聆?ワ? | 111001101101100100111111100011101101110000111111 | e6d93f8edc3f |
UTF-8 | 聆ワ | 111010001000000110000110111011101001001110100001111011111011111010011100111011101000001110000010 | e88186ee93a1efbe9cee8382 |
UHC | 聆??? | 1101011011000000001111110011111100111111 | d6c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)