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 | 100010111100001100111111001111110101001001000101 | 8bc33f3f5245 |
EUC-JP | 凝??RE | 101101101100010100111111001111110101001001000101 | b6c53f3f5245 |
UTF-8 | 凝뷸젽RE | 1110010110000111100111011110101110110111101110001110110010100000101111010101001001000101 | e5879debb7b8eca0bd5245 |
UHC | 凝뷸젽RE | 1110101111101010101110101110011010100000101011110101001001000101 | ebeabae6a0af5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)