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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??除??除 | 0011111100111111100011111001110000111111001111111000111110011100 | 3f3f8f9c3f3f8f9c |
EUC-JP | ??除??除 | 0011111100111111101111011111110000111111001111111011110111111100 | 3f3fbdfc3f3fbdfc |
UTF-8 | 欌렪除계욱除 | 111001101010110010001100111010111010000010101010111010011001100110100100111010101011001110000100111011001001101010110001111010011001100110100100 | e6ac8ceba0aae999a4eab384ec9ab1e999a4 |
UHC | 欌렪除계욱除 | 111011011110101110001110101110001111000010110110101100001110100010111111111011011111000010110110 | edeb8eb8f0b6b0e8bfedf0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)