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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 銑褻?\ | 100100010100110011100101111101100011111101011100 | 914ce5f63f5c |
EUC-JP | 銑褻?\ | 110000011010110111101010111110000011111101011100 | c1adeaf83f5c |
UTF-8 | 銑褻說\ | 11101001100010101001000111101000101001001011101111101000101010101010101001011100 | e98a91e8a4bbe8aaaa5c |
UHC | 銑褻說\ | 11100000110101011110000011100001111000001110001101011100 | e0d5e0e1e0e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)