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 | 智??? | 1001001001110001001111110011111100111111 | 92713f3f3f |
EUC-JP | 智??? | 1100001111010010001111110011111100111111 | c3d23f3f3f |
UTF-8 | 智고렒옜 | 111001101001100110111010111010101011001110100000111010111010000010010010111011001001100010011100 | e699baeab3a0eba092ec989c |
UHC | 智고렒옜 | 1111001010101010101100001110110110001110101001111011111110111111 | f2aab0ed8ea7bfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)