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 | 塾塾[塾塾[^ | 1000111101101101100011110110110101011011100011110110110110001111011011010101101101011110 | 8f6d8f6d5b8f6d8f6d5b5e |
EUC-JP | 塾塾[塾塾[^ | 1011110111001110101111011100111001011011101111011100111010111101110011100101101101011110 | bdcebdce5bbdcebdce5b5e |
UTF-8 | 塾塾[塾塾[^ | 111001011010000110111110111001011010000110111110010110111110010110100001101111101110010110100001101111100101101101011110 | e5a1bee5a1be5be5a1bee5a1be5b5e |
UHC | 塾塾[塾塾[^ | 1110001011010011111000101101001101011011111000101101001111100010110100110101101101011110 | e2d3e2d35be2d3e2d35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)