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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓖イ蠕唯 | 11100100111011011011001011100101101111101001011101000010 | e4edb2e5be9742 |
EUC-JP | 蓖イ蠕唯 | 1110100011101111100011101011001011101010110000001100110110100011 | e8ef8eb2eac0cda3 |
UTF-8 | 蓖イ蠕唯 | 111010001001001110010110111011111011110110110010111010001010000010010101111001011001010010101111 | e89396efbdb2e8a095e594af |
UHC | ???唯 | 0011111100111111001111111110101011100110 | 3f3f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)