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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 絮?[絮?[^ | 111000110101000000111111010110111110001101010000001111110101101101011110 | e3503f5be3503f5b5e |
EUC-JP | 絮?[絮?[^ | 111001011011000100111111010110111110010110110001001111110101101101011110 | e5b13f5be5b13f5b5e |
UTF-8 | 絮붙[絮붙[^ | 111001111011010110101110111010111011011010011001010110111110011110110101101011101110101110110110100110010101101101011110 | e7b5aeebb6995be7b5aeebb6995b5e |
UHC | 絮붙[絮붙[^ | 1101111111111100101110101101100101011011110111111111110010111010110110010101101101011110 | dffcbad95bdffcbad95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)