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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???庸? | 001111110011111100111111100101110110011000111111 | 3f3f3f97663f |
EUC-JP | ???庸? | 001111110011111100111111110011011100011100111111 | 3f3f3fcdc73f |
UTF-8 | 了뤺킊庸얕 | 111011111010011010111010111010111010010010111010111011011000001010001010111001011011101010111000111011001001011010010101 | efa6baeba4baed828ae5bab8ec9695 |
UHC | 了뤺킊庸얕 | 11101000111001111000111111101000101101001001011011101001101111001011111011101000 | e8e78fe8b496e9bcbee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)