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 | 0011111100111111001111110011111100111111001111110111001001000101 | 3f3f3f3f3f3f7245 |
SJIS-WIN | ????楡?rE | 001111110011111100111111001111111001111010111110001111110111001001000101 | 3f3f3f3f9ebe3f7245 |
EUC-JP | ????楡?rE | 001111110011111100111111001111111101110011000000001111110111001001000101 | 3f3f3f3fdcc03f7245 |
UTF-8 | 채쨉쨍챦楡쨘rE | 1110110010110001100001001110110010101000100010011110110010101000100011011110110010110001101001101110011010100101101000011110110010101000100110000111001001000101 | ecb184eca889eca88decb1a6e6a5a1eca8987245 |
UHC | 채쨉쨍챦楡쨘rE | 1100001110100100110000101011010111000010101110001100001110101111111010101111100011000010101110100111001001000101 | c3a4c2b5c2b8c3afeaf8c2ba7245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)