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 | 茘所幻訖 | 1110010010101011100011111000101010001100101101101110011001011110 | e4ab8f8a8cb6e65e |
EUC-JP | 茘所幻訖 | 1110100010101101101111011110101010111000101110001110101110111111 | e8adbdeab8b8ebbf |
UTF-8 | 茘所幻訖 | 111010001000110010011000111001101000100110000000111001011011100110111011111010001010100010010110 | e88c98e68980e5b9bbe8a896 |
UHC | ?所幻訖 | 00111111111000011011011011111100101100111111110111100001 | 3fe1b6fcb3fde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)