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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 節?h節? | 10010000110111110011111101101000100100001101111100111111 | 90df3f6890df3f |
EUC-JP | 節?h節? | 11000000111000010011111101101000110000001110000100111111 | c0e13f68c0e13f |
UTF-8 | 節쯛h節쯛 | 11100111101011111000000011101100101011111001101101101000111001111010111110000000111011001010111110011011 | e7af80ecaf9b68e7af80ecaf9b |
UHC | 節쯛h節쯛 | 111011111011110110101001010101100110100011101111101111011010100101010110 | efbda95668efbda956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)