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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜃雅l | 111001011000011110001001111010111000001010001100 | e58789eb828c |
EUC-JP | 蜃雅l | 111010011110011110110010111011011010001111101100 | e9e7b2eda3ec |
UTF-8 | 蜃雅l | 111010001001110010000011111010011001101110000101111011111011110110001100 | e89c83e99b85efbd8c |
UHC | 蜃雅l | 111000111111000111100100101110101010001111101100 | e3f1e4baa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)