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 | ???業 | 0011111100111111001111111000101111000110 | 3f3f3f8bc6 |
EUC-JP | 邕??業 | 10001111111000011110110100111111001111111011011011001000 | 8fe1ed3f3fb6c8 |
UTF-8 | 邕얕뱧業 | 111010011000001010010101111011001001011010010101111010111011000110100111111001101010010110101101 | e98295ec9695ebb1a7e6a5ad |
UHC | 邕얕뱧業 | 1110100010111011101111101110100010010011100011011110010111110110 | e8bbbee8938de5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)