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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 檍??^ | 1001111011111000001111110011111101011110 | 9ef83f3f5e |
EUC-JP | 檍??^ | 1101110011111010001111110011111101011110 | dcfa3f3f5e |
UTF-8 | 檍띄탞^ | 11100110101010101000110111101011100111011000010011101101100000111001111001011110 | e6aa8deb9d84ed839e5e |
UHC | 檍띄탞^ | 11100101111001011011011011100111101101011000001001011110 | e5e5b6e7b5825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)