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 | ?①?業 | 001111111000011101000000001111111000101111000110 | 3f87403f8bc6 |
EUC-JP | ???業 | 0011111100111111001111111011011011001000 | 3f3f3fb6c8 |
UTF-8 | 緣①뿏業 | 111001111011011110100011111000101001000110100000111010111011111110001111111001101010010110101101 | e7b7a3e291a0ebbf8fe6a5ad |
UHC | 緣①뿏業 | 1110011011011110101010001110011110010111100101001110010111110110 | e6dea8e79794e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)