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 | 智곈디欌 | 111001101001100110111010111010101011001110001000111010111001010010010100111001101010110010001100 | e699baeab388eb9494e6ac8c |
UHC | 智곈디欌 | 1111001010101010101100001110100110110101111100001110110111101011 | f2aab0e9b5f0edeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)