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 | 韈幗枕粤∬サ | 1110100011100111100110111110110010010110100011011110001011100011100000011110100010111011 | e8e79bec968de2e381e8bb |
EUC-JP | 韈幗枕粤∬サ | 111100001110100111010110111011101100101111101101111001001110010110100010111010101000111010111011 | f0e9d6eecbede4e5a2ea8ebb |
UTF-8 | 韈幗枕粤∬サ | 111010011001111110001000111001011011100110010111111001101001111010010101111001111011001010100100111000101000100010101100111011111011110110111011 | e99f88e5b997e69e95e7b2a4e288acefbdbb |
UHC | ??枕?∬? | 0011111100111111111101101101011100111111101000011111001100111111 | 3f3ff6d73fa1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)