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 | ェ螂ト | 111101011101101110101010111001011010010111000100 | f5dbaae5a5c4 |
EUC-JP | ?ェ螂ト | 00111111100011101010101011101010101001111000111011000100 | 3f8eaaeaa78ec4 |
UTF-8 | ェ螂ト | 111011101001000110000110111011111011110110101010111010001001111010000010111011111011111010000100 | ee9186efbdaae89e82efbe84 |
UHC | ??螂? | 0011111100111111110101011100110000111111 | 3f3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)