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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?息息楯琵 | 001111111001000110100111100100011010011110001111011111001001010011111010 | 3f91a791a78f7c94fa |
EUC-JP | 棅息息楯琵 | 1000111111000011111110111100001010101001110000101010100110111101110111011100100011111100 | 8fc3fbc2a9c2a9bdddc8fc |
UTF-8 | 棅息息楯琵 | 111001101010001110000101111001101000000110101111111001101000000110101111111001101010010110101111111001111001000010110101 | e6a385e681afe681afe6a5afe790b5 |
UHC | 棅息息楯琵 | 11011100101110001110001111010011111000111101001111100010111001001101110111110101 | dcb8e3d3e3d3e2e4ddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)