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 | 靃嫉紗 | 111110111110111110001110101110011000111011010001 | fbef8eb98ed1 |
EUC-JP | 靃嫉紗 | 10001111111001111010111010111100101110111011110011010011 | 8fe7aebcbbbcd3 |
UTF-8 | 靃嫉紗 | 111010011001110110000011111001011010101110001001111001111011010010010111 | e99d83e5ab89e7b497 |
UHC | ?嫉紗 | 0011111111110010111011001101111011101001 | 3ff2ecdee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)