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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔭詐??? | 10001000111111001000110110111100001111110011111100111111 | 88fc8dbc3f3f3f |
EUC-JP | 蔭詐??? | 10110000111111101011101010111110001111110011111100111111 | b0febabe3f3f3f |
UTF-8 | 蔭詐렰댄벴 | 111010001001010010101101111010001010100110010000111010111010000010110000111010111000110010000100111010111011001010110100 | e894ade8a990eba0b0eb8c84ebb2b4 |
UHC | 蔭詐렰댄벴 | 11101011111000111101111011110001100011101011110110110100111011011011101010101011 | ebe3def18ebdb4edbaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)