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 | 揄??? | 1001110110001001001111110011111100111111 | 9d893f3f3f |
EUC-JP | 揄??? | 1101100111101001001111110011111100111111 | d9e93f3f3f |
UTF-8 | 揄븍렖硫 | 111001101000111110000100111010111011100010001101111010111010000010010110111011111010011110001110 | e68f84ebb88deba096efa78e |
UHC | 揄븍렖硫 | 1110101011110001101110101110101110001110101010111110101110101001 | eaf1baeb8eabeba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)