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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亂?璃 | 1001100010101010001111111001011110011110 | 98aa3f979e |
EUC-JP | 亂?璃 | 1101000010101100001111111100110111111110 | d0ac3fcdfe |
UTF-8 | 亂뤦璃 | 111001001011101010000010111010111010010010100110111001111001001010000011 | e4ba82eba4a6e79283 |
UHC | 亂뤦璃 | 110101011010111110001111110101001101011111100011 | d5af8fd4d7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)