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 | 脉郁轡諛 | 1110001111110101100010001110100010001100010001001110011010000111 | e3f588e88c44e687 |
EUC-JP | 脉郁轡諛 | 1110011011110111101100001110101010110111101001011110101111100111 | e6f7b0eab7a5ebe7 |
UTF-8 | 脉郁轡諛 | 111010001000010010001001111010011000001110000001111010001011110110100001111010001010101110011011 | e88489e98381e8bda1e8ab9b |
UHC | ?郁?諛 | 001111111110100111110100001111111110101110110000 | 3fe9f43febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)