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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 涌驅i涌驅iB | 1001011101001111111010010111101101101001100101110100111111101001011110110110100101000010 | 974fe97b69974fe97b6942 |
EUC-JP | 涌驅i涌驅iB | 1100110110110000111100011101110001101001110011011011000011110001110111000110100101000010 | cdb0f1dc69cdb0f1dc6942 |
UTF-8 | 涌驅i涌驅iB | 111001101011011010001100111010011010100110000101011010011110011010110110100011001110100110101001100001010110100101000010 | e6b68ce9a98569e6b68ce9a9856942 |
UHC | 涌驅i涌驅iB | 1110100110111111110011111100110001101001111010011011111111001111110011000110100101000010 | e9bfcfcc69e9bfcfcc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)