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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宜?宜 | 1000101101011000001111111000101101011000 | 8b583f8b58 |
EUC-JP | 宜?宜 | 1011010110111001001111111011010110111001 | b5b93fb5b9 |
UTF-8 | 宜긤宜 | 111001011010111010011100111010101011100010100100111001011010111010011100 | e5ae9ceab8a4e5ae9c |
UHC | 宜긤宜 | 111010111111000110000011011010001110101111110001 | ebf18368ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)