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 | 沃??辱 | 100101111000000000111111001111111001000001001010 | 97803f3f904a |
EUC-JP | 沃??辱 | 110011011110000000111111001111111011111110101011 | cde03f3fbfab |
UTF-8 | 沃㎫뿏辱 | 111001101011001010000011111000111000111010101011111010111011111110001111111010001011111010110001 | e6b283e38eabebbf8fe8beb1 |
UHC | 沃㎫뿏辱 | 1110100010101010101001111110011110010111100101001110100110110100 | e8aaa7e79794e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)