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 | 葉??映 | 100101110111010000111111001111111000100101100110 | 97743f3f8966 |
EUC-JP | 葉??映 | 110011011101010100111111001111111011000111000111 | cdd53f3fb1c7 |
UTF-8 | 葉룟꽊映 | 111010001001000110001001111010111010001110011111111010101011110110001010111001101001100010100000 | e89189eba39feabd8ae698a0 |
UHC | 葉룟꽊映 | 1110011110101000101101111110010110000100100110101110011110110001 | e7a8b7e5849ae7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)