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 | 正?凝?? | 10010000101100110011111110001011110000110011111100111111 | 90b33f8bc33f3f |
EUC-JP | 正?凝?? | 11000000101101010011111110110110110001010011111100111111 | c0b53fb6c53f3f |
UTF-8 | 正렟凝파렟 | 111001101010110110100011111010111010000010011111111001011000011110011101111011011000110010001100111010111010000010011111 | e6ada3eba09fe5879ded8c8ceba09f |
UHC | 正렟凝파렟 | 11101111111000011000111010110000111010111110101011000110110001001000111010110000 | efe18eb0ebeac6c48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)