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 | ???E\ | 0011111100111111001111110100010101011100 | 3f3f3f455c |
SJIS-WIN | 中??E\ | 100100101000011000111111001111110100010101011100 | 92863f3f455c |
EUC-JP | 中??E\ | 110000111110011000111111001111110100010101011100 | c3e63f3f455c |
UTF-8 | 中쯔츌E\ | 1110010010111000101011011110110010101111100101001110110010111000100011000100010101011100 | e4b8adecaf94ecb88c455c |
UHC | 中쯔츌E\ | 1111000111101001110000101110101011000011111101000100010101011100 | f1e9c2eac3f4455c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)