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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 員瓏?\ | 100010001111010111100000111110100011111101011100 | 88f5e0fa3f5c |
EUC-JP | 員瓏?\ | 101100001111011111100000111111000011111101011100 | b0f7e0fc3f5c |
UTF-8 | 員瓏땍\ | 11100101100100111010000111100111100100111000111111101011100101011000110101011100 | e593a1e7938feb958d5c |
UHC | 員瓏땍\ | 11101010101011001101011011101010101101101010100001011100 | eaacd6eab6a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)