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 | 邵簿梵窶 | 1110011110111000100101011110101110011110100100001110001010000000 | e7b895eb9e90e280 |
EUC-JP | 邵簿梵窶 | 1110111010111010110010101110110111011011111100001110001111100000 | eebacaeddbf0e3e0 |
UTF-8 | 邵簿梵窶 | 111010011000001010110101111001111011000010111111111001101010001010110101111001111010101010110110 | e982b5e7b0bfe6a2b5e7aab6 |
UHC | 邵簿梵? | 11100001110100001101110110101101110110111110111100111111 | e1d0ddaddbef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)