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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 駭?咫驀?^ | 111010010110111000111111100110100100000011101001011111010011111101011110 | e96e3f9a40e97d3f5e |
EUC-JP | 駭?咫驀?^ | 111100011100111100111111110100111010000111110001110111100011111101011110 | f1cf3fd3a1f1de3f5e |
UTF-8 | 駭렱咫驀異^ | 11101001101001111010110111101011101000001011000111100101100100101010101111101001101010011000000011101111101001011010001001011110 | e9a7adeba0b1e592abe9a980efa5a25e |
UHC | 駭렱咫驀異^ | 1111101010110100100011101011111011110010101000011101100011101001110101111110010001011110 | fab48ebef2a1d8e9d7e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)