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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セュ鬟セュ鬟B | 101111101010110111101001101000111011111010101101111010011010001101000010 | beade9a3beade9a342 |
EUC-JP | セュ鬟セュ鬟B | 10001110101111101000111010101101111100101010010110001110101111101000111010101101111100101010010101000010 | 8ebe8eadf2a58ebe8eadf2a542 |
UTF-8 | セュ鬟セュ鬟B | 11101111101111011011111011101111101111011010110111101001101011001001111111101111101111011011111011101111101111011010110111101001101011001001111101000010 | efbdbeefbdade9ac9fefbdbeefbdade9ac9f42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)