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 | 邵簿梵矗 | 1110011110111000100101011110101110011110100100001110000111011110 | e7b895eb9e90e1de |
EUC-JP | 邵簿梵矗 | 1110111010111010110010101110110111011011111100001110001011100000 | eebacaeddbf0e2e0 |
UTF-8 | 邵簿梵矗 | 111010011000001010110101111001111011000010111111111001101010001010110101111001111001111110010111 | e982b5e7b0bfe6a2b5e79f97 |
UHC | 邵簿梵矗 | 1110000111010000110111011010110111011011111011111111010110111000 | e1d0ddaddbeff5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)