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 | 貂呵イ炉 | 11100110101110001001100111101000101100101001100001000110 | e6b899e8b29846 |
EUC-JP | 貂呵イ炉 | 1110110010111010110100101110101010001110101100101100111110100111 | ecbad2ea8eb2cfa7 |
UTF-8 | 貂呵イ炉 | 111010001011001010000010111001011001000110110101111011111011110110110010111001111000001010001001 | e8b282e591b5efbdb2e78289 |
UHC | 貂呵?? | 111101011011000011001010101001110011111100111111 | f5b0caa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)