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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 衣??RE | 100010001101111100111111001111110101001001000101 | 88df3f3f5245 |
EUC-JP | 衣??RE | 101100001110000100111111001111110101001001000101 | b0e13f3f5245 |
UTF-8 | 衣덆㎟RE | 1110100010100001101000111110101110001101100001101110001110001110100111110101001001000101 | e8a1a3eb8d86e38e9f5245 |
UHC | 衣덆㎟RE | 1110101111111101100010001110100110100111101100010101001001000101 | ebfd88e9a7b15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)