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 | 001111111001101101001110001111110101001001000101 | 3f9b4e3f5245 |
EUC-JP | ?娟?RE | 001111111101010110101111001111110101001001000101 | 3fd5af3f5245 |
UTF-8 | 렢娟롛RE | 1110101110100000101000101110010110101000100111111110101110100001100110110101001001000101 | eba0a2e5a89feba19b5245 |
UHC | 렢娟롛RE | 1000111010110011111001101100001010001110110111110101001001000101 | 8eb3e6c28edf5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)