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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??俺畔 | 001111110011111110001001101101001001010011001000 | 3f3f89b494c8 |
EUC-JP | ??俺畔 | 001111110011111110110010101101101100100011001010 | 3f3fb2b6c8ca |
UTF-8 | 裡렊俺畔 | 111011111010011110101000111010111010000010001010111001001011111110111010111001111001010110010100 | efa7a8eba08ae4bfbae79594 |
UHC | 裡렊俺畔 | 1110110011000001100011101010000111100101111011111101101011101101 | ecc18ea1e5efdaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)