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 | 嚴??釉η? | 100110101000111000111111001111111110011111010110100000111100010100111111 | 9a8e3f3fe7d683c53f |
EUC-JP | 嚴??釉η? | 110100111110111000111111001111111110111011011000101001101100011100111111 | d3ee3f3feed8a6c73f |
UTF-8 | 嚴곷뀡釉η쑴 | 1110010110011010101101001110101010110011101101111110101110000000101000011110100110000111100010011100111010110111111011001001000110110100 | e59ab4eab3b7eb80a1e98789ceb7ec91b4 |
UHC | 嚴곷뀡釉η쑴 | 111001011111000110000001111010111000010110011000111010111011100010100101111001111011111010101001 | e5f181eb8598ebb8a5e7bea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)