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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 澹〕礒k | 11100000010101111000000101101100111000100100010101101011 | e057816ce2456b |
EUC-JP | 澹〕礒k | 11011111101110001010000111001101111000111010011001101011 | dfb8a1cde3a66b |
UTF-8 | 澹〕礒k | 11100110101111101011100111100011100000001001010111100111101001001001001001101011 | e6beb9e38095e7a4926b |
UHC | 澹〕?k | 110100111100001010100001101100110011111101101011 | d3c2a1b33f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)