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 | セュ鮓セュ鮓^ | 101111101010110111101001101101101011111010101101111010011011011001011110 | beade9b6beade9b65e |
EUC-JP | セュ鮓セュ鮓^ | 10001110101111101000111010101101111100101011100010001110101111101000111010101101111100101011100001011110 | 8ebe8eadf2b88ebe8eadf2b85e |
UTF-8 | セュ鮓セュ鮓^ | 11101111101111011011111011101111101111011010110111101001101011101001001111101111101111011011111011101111101111011010110111101001101011101001001101011110 | efbdbeefbdade9ae93efbdbeefbdade9ae935e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)