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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脉蛾粂襞 | 1110001111110101100010011110100110001100010010001110010111111100 | e3f589e98c48e5fc |
EUC-JP | 脉蛾粂襞 | 1110011011110111101100101110101110110111101010011110101011111110 | e6f7b2ebb7a9eafe |
UTF-8 | 脉蛾粂襞 | 111010001000010010001001111010001001101110111110111001111011001010000010111010001010010110011110 | e88489e89bbee7b282e8a59e |
UHC | ?蛾?? | 0011111111100100101101100011111100111111 | 3fe4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)