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 | 莠磯揆 | 111001001011101010001000111010011001110110000100 | e4ba88e99d84 |
EUC-JP | 莠磯揆 | 111010001011110010110000111010111101100111100100 | e8bcb0ebd9e4 |
UTF-8 | 莠磯揆 | 111010001000111010100000111001111010001110101111111001101000111110000110 | e88ea0e7a3afe68f86 |
UHC | ?磯揆 | 0011111111010001101101001101000010100110 | 3fd1b4d0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)