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 | 竺裹執 | 1111000111110110100011101011000111100101111001011000111010110111 | f1f68eb1e5e58eb7 |
EUC-JP | ?竺裹執 | 00111111101111001011001111101010111001111011110010111001 | 3fbcb3eae7bcb9 |
UTF-8 | 竺裹執 | 111011101000010110110001111001111010101110111010111010001010001110111001111001011001111110110111 | ee85b1e7abbae8a3b9e59fb7 |
UHC | ?竺?執 | 001111111111010111100111001111111111001011111011 | 3ff5e73ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)