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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髫假スェ髢サ | 111010011001101010011000111011111011110110101010111010011001011010111011 | e99a98efbdaae996bb |
EUC-JP | 髫假スェ髢サ | 111100011111101011010000111100011000111010111101100011101010101011110001111101101000111010111011 | f1fad0f18ebd8eaaf1f68ebb |
UTF-8 | 髫假スェ髢サ | 111010011010101110101011111001011000000110000111111011111011110110111101111011111011110110101010111010011010101110100010111011111011110110111011 | e9ababe58187efbdbdefbdaae9aba2efbdbb |
UHC | ?假???? | 00111111110010101010001100111111001111110011111100111111 | 3fcaa33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)