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 | 邪磁湘 | 100011101101011110001110101001011000111111000011 | 8ed78ea58fc3 |
EUC-JP | 邪磁湘 | 101111001101100110111100101001111011111011000101 | bcd9bca7bec5 |
UTF-8 | 邪磁湘 | 111010011000001010101010111001111010001110000001111001101011100110011000 | e982aae7a381e6b998 |
UHC | 邪磁湘 | 110111101111011111101101101110001101111111001111 | def7edb8dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)