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 | ??早?? | 001111110011111110010001100000010011111100111111 | 3f3f91813f3f |
EUC-JP | ??早?? | 001111110011111111000001111000010011111100111111 | 3f3fc1e13f3f |
UTF-8 | 롆롙早롋렓 | 111010111010000110000110111010111010000110011001111001101001011110101001111010111010000110001011111010111010000010010011 | eba186eba199e697a9eba18beba093 |
UHC | 롆롙早롋렓 | 10001110110011001000111011011101111100001100010010001110110100011000111010101000 | 8ecc8eddf0c48ed18ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)