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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跪臥ョ致 | 11100110111011001000100111100111101011101001001001110110 | e6ec89e7ae9276 |
EUC-JP | 跪臥ョ致 | 1110110011101110101100101110100110001110101011101100001111010111 | eceeb2e98eaec3d7 |
UTF-8 | 跪臥ョ致 | 111010001011011110101010111010001000011110100101111011111011110110101110111010001000011110110100 | e8b7aae887a5efbdaee887b4 |
UHC | ?臥?致 | 001111111110100011000010001111111111011011001000 | 3fe8c23ff6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)