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 | 錏幄足踞 | 1110011111111001100110111110100010010001101010111110011011110101 | e7f99be891abe6f5 |
EUC-JP | 錏幄足踞 | 1110111011111011110101101110101011000010101011011110110011110111 | eefbd6eac2adecf7 |
UTF-8 | 錏幄足踞 | 111010011000110010001111111001011011100110000100111010001011011010110011111010001011100010011110 | e98c8fe5b984e8b6b3e8b89e |
UHC | ?幄足踞 | 00111111111001001100000111110000111010111100101111100110 | 3fe4c1f0ebcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)