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 | 隲「蟶ク萓 | 1110100010101011101000101110010110111000101110001110010010111110 | e8aba2e5b8b8e4be |
EUC-JP | 隲「蟶ク萓 | 11110000101011011000111010100010111010101011101010001110101110001110100011000000 | f0ad8ea2eaba8eb8e8c0 |
UTF-8 | 隲「蟶ク萓 | 111010011001101010110010111011111011110110100010111010001001111110110110111011111011110110111000111010001001000010010011 | e99ab2efbda2e89fb6efbdb8e89093 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)