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 | 艶j?揖? | 1000100110010000100000101000101000111111100101110100101100111111 | 8990828a3f974b3f |
EUC-JP | 艶j?揖? | 1011000111110000101000111110101000111111110011011010110000111111 | b1f0a3ea3fcdac3f |
UTF-8 | 艶j쑴揖찦 | 111010001000100110110110111011111011110110001010111011001001000110110100111001101000111110010110111011001011000010100110 | e889b6efbd8aec91b4e68f96ecb0a6 |
UHC | 艶j쑴揖찦 | 11100110111111011010001111101010101111101010100111101011111001111010101001000010 | e6fda3eabea9ebe7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)