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 | 裃呱收粤 | 1110010111011111100110011110101110011101101111101110001011100011 | e5df99eb9dbee2e3 |
EUC-JP | 裃呱收粤 | 1110101011100001110100101110110111011010110000001110010011100101 | eae1d2eddac0e4e5 |
UTF-8 | 裃呱收粤 | 111010001010001110000011111001011001000110110001111001101001010010110110111001111011001010100100 | e8a383e591b1e694b6e7b2a4 |
UHC | ?呱收? | 001111111100110110110010111000101010010100111111 | 3fcdb2e2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)