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 | 鋗タ靉蓴 | 11111011110100001100000011101000110011011110010011110001 | fbd0c0e8cde4f1 |
EUC-JP | 鋗タ靉蓴 | 100011111110010011000001100011101100000011110000110011111110100011110011 | 8fe4c18ec0f0cfe8f3 |
UTF-8 | 鋗タ靉蓴 | 111010011000101110010111111011111011111010000000111010011001110110001001111010001001001110110100 | e98b97efbe80e99d89e893b4 |
UHC | ???蓴 | 0011111100111111001111111110001011110001 | 3f3f3fe2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)