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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?幾??療E | 0011111110001010111101000011111100111111100101111100001101000101 | 3f8af43f3f97c345 |
EUC-JP | ?幾??療E | 0011111110110100111101100011111100111111110011101100010101000101 | 3fb4f63f3fcec545 |
UTF-8 | 룵幾씸룶療E | 11101011101000111011010111100101101110011011111011101100100101001011100011101011101000111011011011100111100110011000001001000101 | eba3b5e5b9beec94b8eba3b6e7998245 |
UHC | 룵幾씸룶療E | 1000111110101010110100001111101010111110110000101000111110101011110101101111101101000101 | 8faad0fabec28fabd6fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)