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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???誼?\ | 00111111001111110011111110001011011000100011111101011100 | 3f3f3f8b623f5c |
EUC-JP | 邕??誼?\ | 100011111110000111101101001111110011111110110101110000110011111101011100 | 8fe1ed3f3fb5c33f5c |
UTF-8 | 邕잛뮆誼뛹\ | 11101001100000101001010111101100100111101001101111101011101011101000011011101000101010101011110011101011100110111011100101011100 | e98295ec9e9bebae86e8aabceb9bb95c |
UHC | 邕잛뮆誼뛹\ | 1110100010111011100111111110110010010010100101011110101111111110100011010111100101011100 | e8bb9fec9295ebfe8d795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)