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 | 蔗э就薔 | 1110010011110010100001001000111110001111010000011110010101001011 | e4f2848f8f41e54b |
EUC-JP | 蔗э就薔 | 1110100011110100101001111110111110111101101000101110100110101100 | e8f4a7efbda2e9ac |
UTF-8 | 蔗э就薔 | 1110100010010100100101111101000110001101111001011011000010110001111010001001011010010100 | e89497d18de5b0b1e89694 |
UHC | 蔗э就薔 | 1110110110111101101011001110111111110110101001101110110111111001 | edbdaceff6a6edf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)