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 | ???兀 | 0011111100111111001111111001100101011001 | 3f3f3f9959 |
EUC-JP | ???兀 | 0011111100111111001111111101000110111010 | 3f3f3fd1ba |
UTF-8 | 閭롥뜏兀 | 111011111010011010000110111010111010000110100101111010111001110010001111111001011000010110000000 | efa686eba1a5eb9c8fe58580 |
UHC | 閭롥뜏兀 | 1110011010101101100011101110010110001101100100101110100010110100 | e6ad8ee58d92e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)