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 | 鈬溽洸啣 | 1110011111100011100111111110011110011111101010011001101001010001 | e7e39fe79fa99a51 |
EUC-JP | 鈬溽洸啣 | 1110111011100101110111101110100111011110101010111101001110110010 | eee5dee9deabd3b2 |
UTF-8 | 鈬溽洸啣 | 111010011000100010101100111001101011101010111101111001101011010010111000111001011001010110100011 | e988ace6babde6b4b8e595a3 |
UHC | ??洸啣 | 001111110011111111001110110010001111100111100001 | 3f3fcec8f9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)