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 | 001111111000100011010010001111110101001001000101 | 3f88d23f5245 |
EUC-JP | ?惟?RE | 001111111011000011010100001111110101001001000101 | 3fb0d43f5245 |
UTF-8 | 앉惟렎RE | 1110110010010101100010011110011010000011100111111110101110100000100011100101001001000101 | ec9589e6839feba08e5245 |
UHC | 앉惟렎RE | 1011111011001001111010101110111010001110101001000101001001000101 | bec9eaee8ea45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)