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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 赦杓籥粃G | 100011101100110110001110110110111110001011011110111000101110000101000111 | 8ecd8edbe2dee2e147 |
EUC-JP | 赦杓籥粃G | 101111001100111110111100110111011110010011100000111001001110001101000111 | bccfbcdde4e0e4e347 |
UTF-8 | 赦杓籥粃G | 11101000101101011010011011100110100111011001001111100111101100011010010111100111101100101000001101000111 | e8b5a6e69d93e7b1a5e7b28347 |
UHC | 赦杓?粃G | 1101111011110101111110001111010100111111110111011111101101000111 | def5f8f53fddfb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)