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 | 11100111101101101001101111100111101000101000000111100010100101001010010101000010 | e7b69be7a281e294a542 |
EUC-JP | 邯帷「≫櫨B | 1110111010111000110101101110100110001110101000101010001011100100110010001010011101000010 | eeb8d6e98ea2a2e4c8a742 |
UTF-8 | 邯帷「≫櫨B | 11101001100000101010111111100101101110001011011111101111101111011010001011100010100010011010101111100110101010111010100001000010 | e982afe5b8b7efbda2e289abe6aba842 |
UHC | 邯??≫?B | 1100101011111011001111110011111110100001111011010011111101000010 | cafb3f3fa1ed3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)