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 | 逎∬ャ戳 | 11100111101000111000000111101000101011001001110101000110 | e7a381e8ac9d46 |
EUC-JP | 逎∬ャ戳 | 1110111010100101101000101110101010001110101011001101100110100111 | eea5a2ea8eacd9a7 |
UTF-8 | 逎∬ャ戳 | 111010011000000010001110111000101000100010101100111011111011110110101100111001101000100010110011 | e9808ee288acefbdace688b3 |
UHC | ?∬?? | 0011111110100001111100110011111100111111 | 3fa1f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)