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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 銕喜沫蟒コB | 11100111111011001000101011101100100101101001011111100101101110111011101001000010 | e7ec8aec9697e5bbba42 |
EUC-JP | 銕喜沫蟒コB | 1110111011101110101101001110111011001011111101111110101010111101100011101011101001000010 | eeeeb4eecbf7eabd8eba42 |
UTF-8 | 銕喜沫蟒コB | 11101001100010101001010111100101100101101001110011100110101100101010101111101000100111111001001011101111101111011011101001000010 | e98a95e5969ce6b2abe89f92efbdba42 |
UHC | ?喜沫??B | 0011111111111101111011001101100011001000001111110011111101000010 | 3ffdecd8c83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)