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 | ??業? | 0011111100111111100010111100011000111111 | 3f3f8bc63f |
EUC-JP | ??業? | 0011111100111111101101101100100000111111 | 3f3fb6c83f |
UTF-8 | 읝쌺業왃 | 111011001001110110011101111011001000110010111010111001101010010110101101111011001001100110000011 | ec9d9dec8cbae6a5adec9983 |
UHC | 읝쌺業왃 | 1001111111000110100110110110100011100101111101101001111010110110 | 9fc69b68e5f69eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)