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業? | 10001011110001100011111101101000100010111100011000111111 | 8bc63f688bc63f |
EUC-JP | 業?h業? | 10110110110010000011111101101000101101101100100000111111 | b6c83f68b6c83f |
UTF-8 | 業둒h業둒 | 11100110101001011010110111101011100100011001001001101000111001101010010110101101111010111001000110010010 | e6a5adeb919268e6a5adeb9192 |
UHC | 業둒h業둒 | 111001011111011010001010010011000110100011100101111101101000101001001100 | e5f68a4c68e5f68a4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)