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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 倚?倚?B | 10011000110111110011111110011000110111110011111101000010 | 98df3f98df3f42 |
EUC-JP | 倚?倚?B | 11010000111000010011111111010000111000010011111101000010 | d0e13fd0e13f42 |
UTF-8 | 倚쓟倚쓟B | 11100101100000001001101011101100100100111001111111100101100000001001101011101100100100111001111101000010 | e5809aec939fe5809aec939f42 |
UHC | 倚쓟倚쓟B | 111010111110111110011101011110101110101111101111100111010111101001000010 | ebef9d7aebef9d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)