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 | 繒?昱? | 111110111000111100111111111110100110001100111111 | fb8f3ffa633f |
EUC-JP | 繒?昱? | 1000111111010100110101000011111110001111110000101010110100111111 | 8fd4d43f8fc2ad3f |
UTF-8 | 繒렗昱렧 | 111001111011100110010010111010111010000010010111111001101001100010110001111010111010000010100111 | e7b992eba097e698b1eba0a7 |
UHC | 繒렗昱렧 | 1111000111111001100011101010110011101001111100001000111010110110 | f1f98eace9f08eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)