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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯樊オゥ蜊 | 1110100110011001100111101110011010110101101010011110010110001101 | e9999ee6b5a9e58d |
EUC-JP | 髯樊オゥ蜊 | 11110001111110011101110011101000100011101011010110001110101010011110100111101101 | f1f9dce88eb58ea9e9ed |
UTF-8 | 髯樊オゥ蜊 | 111010011010101110101111111001101010100010001010111011111011110110110101111011111011110110101001111010001001110010001010 | e9abafe6a88aefbdb5efbda9e89c8a |
UHC | ?樊??? | 001111111101101111100000001111110011111100111111 | 3fdbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)