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 | 奬?弔紡 | 10011010111110110011111110010010101000101001011001100001 | 9afb3f92a29661 |
EUC-JP | 奬?弔紡 | 11010100111111010011111111000100101001001100101111000010 | d4fd3fc4a4cbc2 |
UTF-8 | 奬렯弔紡 | 111001011010010110101100111010111010000010101111111001011011110010010100111001111011010010100001 | e5a5aceba0afe5bc94e7b4a1 |
UHC | 奬렯弔紡 | 1110110111100001100011101011110011110000110000001101101110110111 | ede18ebcf0c0dbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)