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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?貊シ嵂スシ^ | 001111111110011010111011101111001111101010110010101111011011110001011110 | 3fe6bbbcfab2bdbc5e |
EUC-JP | 崿貊シ嵂スシ^ | 100011111011101111001111111011001011110110001110101111001000111110111011110100001000111010111101100011101011110001011110 | 8fbbcfecbd8ebc8fbbd08ebd8ebc5e |
UTF-8 | 崿貊シ嵂スシ^ | 11100101101101001011111111101000101100101000101011101111101111011011110011100101101101011000001011101111101111011011110111101111101111011011110001011110 | e5b4bfe8b28aefbdbce5b582efbdbdefbdbc5e |
UHC | ?貊????^ | 0011111111011000111001110011111100111111001111110011111101011110 | 3fd8e73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)