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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讌泌Η闊護 | 11100110101001011001010011100101100000111010010111101000100010001000110011101100 | e6a594e583a5e8888cec |
EUC-JP | 讌泌Η闊護 | 11101100101001111100100011100111101001101010011111101111111010001011100011101110 | eca7c8e7a6a7efe8b8ee |
UTF-8 | 讌泌Η闊護 | 1110100010101110100011001110011010110011100011001100111010010111111010011001011110001010111010001010110110110111 | e8ae8ce6b38cce97e9978ae8adb7 |
UHC | ?泌Η闊護 | 001111111111100110110010101001011100011111111100110001001111101111011110 | 3ff9b2a5c7fcc4fbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)