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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 狆狎炙瑩^F | 11100000101111001110000010111110111000000111010011100000111100000101111001000110 | e0bce0bee074e0f05e46 |
EUC-JP | 狆狎炙瑩^F | 11100000101111101110000011000000110111111101010111100000111100100101111001000110 | e0bee0c0dfd5e0f25e46 |
UTF-8 | 狆狎炙瑩^F | 1110011110001011100001101110011110001011100011101110011110000010100110011110011110010001101010010101111001000110 | e78b86e78b8ee78299e791a95e46 |
UHC | ?狎炙瑩^F | 001111111110010011100100111011011011001111111011101010010101111001000110 | 3fe4e4edb3fba95e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)