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 | 訂矜?訂 | 10010010111110011110000111100000001111111001001011111001 | 92f9e1e03f92f9 |
EUC-JP | 訂矜?訂 | 11000100111110111110001011100010001111111100010011111011 | c4fbe2e23fc4fb |
UTF-8 | 訂矜꼐訂 | 111010001010100010000010111001111001111110011100111010101011110010010000111010001010100010000010 | e8a882e79f9ceabc90e8a882 |
UHC | 訂矜꼐訂 | 1110111111110100110100001110100010110010101111101110111111110100 | eff4d0e8b2beeff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)