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 | 001111111000100011001011001111110101001001000101 | 3f88cb3f5245 |
EUC-JP | ?依?RE | 001111111011000011001101001111110101001001000101 | 3fb0cd3f5245 |
UTF-8 | 앉依렎RE | 1110110010010101100010011110010010111110100111011110101110100000100011100101001001000101 | ec9589e4be9deba08e5245 |
UHC | 앉依렎RE | 1011111011001001111010111110111010001110101001000101001001000101 | bec9ebee8ea45245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)