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 | 鬩幎遠墲 | 1110100110101001100110111110101110001001100100111111101010011110 | e9a99beb8993fa9e |
EUC-JP | 鬩幎遠墲 | 111100101010101111010110111011011011000111110011100011111011100011001110 | f2abd6edb1f38fb8ce |
UTF-8 | 鬩幎遠墲 | 111010011010110010101001111001011011100110001110111010011000000110100000111001011010001010110010 | e9aca9e5b98ee981a0e5a2b2 |
UHC | ??遠? | 0011111100111111111010101100000000111111 | 3f3feac03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)