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 | ??U? | 00111111001111110101010100111111 | 3f3f553f |
SJIS-WIN | 螂ェU豕 | 111001011010010110101010010101011110011010110011 | e5a5aa55e6b3 |
EUC-JP | 螂ェU豕 | 11101010101001111000111010101010010101011110110010110101 | eaa78eaa55ecb5 |
UTF-8 | 螂ェU豕 | 11101000100111101000001011101111101111011010101001010101111010001011000110010101 | e89e82efbdaa55e8b195 |
UHC | 螂?U豕 | 110101011100110000111111010101011110001111001110 | d5cc3f55e3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)