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 | ??????Q] | 0011111100111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f3f515d |
SJIS-WIN | ?薪????Q] | 001111111001000001100100001111110011111100111111001111110101000101011101 | 3f90643f3f3f3f515d |
EUC-JP | ?薪????Q] | 001111111011111111000101001111110011111100111111001111110101000101011101 | 3fbfc53f3f3f3f515d |
UTF-8 | 쒔薪렖吳렋렣Q] | 1110110010010010100101001110100010010110101010101110101110100000100101101110010110010000101100111110101110100000100010111110101110100000101000110101000101011101 | ec9294e896aaeba096e590b3eba08beba0a3515d |
UHC | 쒔薪렖吳렋렣Q] | 1011111010101101111000111110111110001110101010111110011111101111100011101010001010001110101101000101000101011101 | beade3ef8eabe7ef8ea28eb4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)