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 | 薈遂ぐ褄 | 1110010101000110100100001000101110000010101011101110010111101011 | e546908b82aee5eb |
EUC-JP | 薈遂ぐ褄 | 1110100110100111101111111110101110100100101100001110101011101101 | e9a7bfeba4b0eaed |
UTF-8 | 薈遂ぐ褄 | 111010001001011010001000111010011000000110000010111000111000000110010000111010001010010010000100 | e89688e98182e38190e8a484 |
UHC | ?遂ぐ? | 001111111110001011000100101010101011000000111111 | 3fe2c4aab03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)