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 | 五△?? | 100011001101110010000001101000100011111100111111 | 8cdc81a23f3f |
EUC-JP | 五△?沅 | 1011100011011110101000101010010000111111100011111100011011101001 | b8dea2a43f8fc6e9 |
UTF-8 | 五△넃沅 | 111001001011101010010100111000101001011010110011111010111000010010000011111001101011001010000101 | e4ba94e296b3eb8483e6b285 |
UHC | 五△넃沅 | 1110011111101001101000011110001010000110100100111110101010110110 | e7e9a1e28693eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)