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 | 蜆イ驢ア | 111001011000010010110010111010011000011010110001 | e584b2e986b1 |
EUC-JP | 蜆イ驢ア | 1110100111100100100011101011001011110001111001101000111010110001 | e9e48eb2f1e68eb1 |
UTF-8 | 蜆イ驢ア | 111010001001110010000110111011111011110110110010111010011010100110100010111011111011110110110001 | e89c86efbdb2e9a9a2efbdb1 |
UHC | ??驢? | 0011111100111111110101011111000000111111 | 3f3fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)