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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰懷ク昵遐 | 111010001111110010011100111001011011100010011101111000011110011110100000 | e8fc9ce5b89de1e7a0 |
EUC-JP | 顰懷ク昵遐 | 11110000111111101101100011100111100011101011100011011010111000111110111010100010 | f0fed8e78eb8dae3eea2 |
UTF-8 | 顰懷ク昵遐 | 111010011010000110110000111001101000011110110111111011111011110110111000111001101001100010110101111010011000000110010000 | e9a1b0e687b7efbdb8e698b5e98190 |
UHC | ?懷??遐 | 00111111111111001110001100111111001111111111100111000110 | 3ffce33f3ff9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)