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 | 綏遵圭粃 | 1110001101010110100011111000010110001100010111001110001011100001 | e3568f858c5ce2e1 |
EUC-JP | 綏遵圭粃 | 1110010110110111101111011110010110110111101111011110010011100011 | e5b7bde5b7bde4e3 |
UTF-8 | 綏遵圭粃 | 111001111011011010001111111010011000000110110101111001011001110010101101111001111011001010000011 | e7b68fe981b5e59cade7b283 |
UHC | 綏遵圭粃 | 1110001010110111111100011110010111010000101001001101110111111011 | e2b7f1e5d0a4ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)