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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ?厓ば??∮G | 00111111111110101000110110000010110011100011111100111111100001111001001101000111 | 3ffa8d82ce3f3f879347 |
EUC-JP | ?厓ば???G | 00111111100011111011010011000111101001001101000000111111001111110011111101000111 | 3f8fb4c7a4d03f3f3f47 |
UTF-8 | 룵厓ば룶퓦∮G | 11101011101000111011010111100101100011101001001111100011100000011011000011101011101000111011011011101101100100111010011011100010100010001010111001000111 | eba3b5e58e93e381b0eba3b6ed93a6e288ae47 |
UHC | 룵厓ば룶퓦∮G | 10001111101010101110010011101101101010101101000010001111101010111011111110001111101000101011000101000111 | 8faae4edaad08fabbf8fa2b147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)