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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 湿狎写B | 10001110101111001110000010111110100011101100101001000010 | 8ebce0be8eca42 |
EUC-JP | 湿狎写B | 10111100101111101110000011000000101111001100110001000010 | bcbee0c0bccc42 |
UTF-8 | 湿狎写B | 11100110101110011011111111100111100010111000111011100101100001101001100101000010 | e6b9bfe78b8ee5869942 |
UHC | ?狎?B | 0011111111100100111001000011111101000010 | 3fe4e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)