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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 想送潁 | 100100010111101010010001100101111001111111110001 | 917a91979ff1 |
EUC-JP | 想送潁 | 110000011101101111000001111101111101111011110011 | c1dbc1f7def3 |
UTF-8 | 想送潁 | 111001101000001110110011111010011000000010000001111001101011110110000001 | e683b3e98081e6bd81 |
UHC | 想送潁 | 110111111100110011100001111010101110011110111000 | dfcce1eae7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)