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] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | セュ鴆辞雫Q] | 10111110101011011110100111101111100011101010101110001110101101000101000101011101 | beade9ef8eab8eb4515d |
EUC-JP | セュ鴆辞雫Q] | 100011101011111010001110101011011111001011110001101111001010110110111100101101100101000101011101 | 8ebe8eadf2f1bcadbcb6515d |
UTF-8 | セュ鴆辞雫Q] | 1110111110111101101111101110111110111101101011011110100110110100100001101110100010111110100111101110100110011011101010110101000101011101 | efbdbeefbdade9b486e8be9ee99bab515d |
UHC | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)