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 | 沃??芦 | 100101111000000000111111001111111000100010110000 | 97803f3f88b0 |
EUC-JP | 沃??芦 | 110011011110000000111111001111111011000010110010 | cde03f3fb0b2 |
UTF-8 | 沃룩변芦 | 111001101011001010000011111010111010001110101001111010111011001110000000111010001000101010100110 | e6b283eba3a9ebb380e88aa6 |
UHC | 沃룩변芦 | 1110100010101010101101111110100010111010101011111111101111011000 | e8aab7e8baaffbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)