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 | 鬩幎遠塚 | 1110100110101001100110111110101110001001100100111111101010011100 | e9a99beb8993fa9c |
EUC-JP | 鬩幎遠? | 11110010101010111101011011101101101100011111001100111111 | f2abd6edb1f33f |
UTF-8 | 鬩幎遠塚 | 111010011010110010101001111001011011100110001110111010011000000110100000111011111010100010010000 | e9aca9e5b98ee981a0efa890 |
UHC | ??遠? | 0011111100111111111010101100000000111111 | 3f3feac03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)