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 | ??4?? | 001111110011111110000010010100110011111100111111 | 3f3f82533f3f |
EUC-JP | ??4?? | 001111110011111110100011101101000011111100111111 | 3f3fa3b43f3f |
UTF-8 | 琉살4囹뉰 | 111011111010011110001100111011001000001010110100111011111011110010010100111011111010011010101001111010111000100110110000 | efa78cec82b4efbc94efa6a9eb89b0 |
UHC | 琉살4囹뉰 | 11101011101001001011101111101100101000111011010011100111101010101000100001000010 | eba4bbeca3b4e7aa8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)