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 | 읝욙業읝 | 111011001001110110011101111011001001101010011001111001101010010110101101111011001001110110011101 | ec9d9dec9a99e6a5adec9d9d |
UHC | 읝욙業읝 | 1001111111000110100111101111010011100101111101101001111111000110 | 9fc69ef4e5f69fc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)