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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阮岩悪 | 111010001001011010001010111000101000100010101011 | e8968ae288ab |
EUC-JP | 阮岩悪 | 111011111111011010110100111001001011000010101101 | eff6b4e4b0ad |
UTF-8 | 阮岩悪 | 111010011001100010101110111001011011001010101001111001101000001010101010 | e998aee5b2a9e682aa |
UHC | 阮岩? | 1110100011010110111001001101101100111111 | e8d6e4db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)