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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 第?賈雍?\ | 100100011110011000111111111001101100100111101000101101000011111101011100 | 91e63fe6c9e8b43f5c |
EUC-JP | 第?賈雍?\ | 110000101110100000111111111011001100101111110000101101100011111101011100 | c2e83feccbf0b63f5c |
UTF-8 | 第얗賈雍렢\ | 11100111101011001010110011101100100101101001011111101000101100111000100011101001100110111000110111101011101000001010001001011100 | e7acacec9697e8b388e99b8deba0a25c |
UHC | 第얗賈雍렢\ | 1111000010101111101111101110100111001010101110011110100010111100100011101011001101011100 | f0afbee9cab9e8bc8eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)