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 | ???唯η? | 0011111100111111001111111001011101000010100000111100010100111111 | 3f3f3f974283c53f |
EUC-JP | 獒??唯η? | 10001111110010111011101100111111001111111100110110100011101001101100011100111111 | 8fcbbb3f3fcda3a6c73f |
UTF-8 | 獒붽쑴唯η뇾 | 1110011110001101100100101110101110110110101111011110110010010001101101001110010110010100101011111100111010110111111010111000011110111110 | e78d92ebb6bdec91b4e594afceb7eb87be |
UHC | 獒붽쑴唯η뇾 | 111010001010001110010100111010101011111010101001111010101110011010100101111001111000011110011111 | e8a394eabea9eae6a5e7879f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)