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 | 騾槭i蜷 | 1110100110000000100111101110001110000010100010011110010110010000 | e9809ee38289e590 |
EUC-JP | 騾槭i蜷 | 1111000111100000110111001110010110100011111010011110100111110000 | f1e0dce5a3e9e9f0 |
UTF-8 | 騾槭i蜷 | 111010011010100010111110111001101010011110101101111011111011110110001001111010001001110010110111 | e9a8bee6a7adefbd89e89cb7 |
UHC | ??i? | 0011111100111111101000111110100100111111 | 3f3fa3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)