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 | ??c?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | ??c?∞ | 001111110011111101100011001111111000000110000111 | 3f3f633f8187 |
EUC-JP | ??c?∞ | 001111110011111101100011001111111010000111100111 | 3f3f633fa1e7 |
UTF-8 | 렻렔c렺∞ | 11101011101000001011101111101011101000001001010001100011111010111010000010111010111000101000100010011110 | eba0bbeba09463eba0bae2889e |
UHC | 렻렔c렺∞ | 100011101100001110001110101010010110001110001110110000101010000111000100 | 8ec38ea9638ec2a1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)