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 | 楢?億? | 100100111110100000111111100010011010110100111111 | 93e83f89ad3f |
EUC-JP | 楢?億? | 110001101110101000111111101100101010111100111111 | c6ea3fb2af3f |
UTF-8 | 楢렎億얩 | 111001101010010110100010111010111010000010001110111001011000010010000100111011001001011010101001 | e6a5a2eba08ee58484ec96a9 |
UHC | 楢렎億얩 | 1110101011111001100011101010010011100101111000101011111011101101 | eaf98ea4e5e2beed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)