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 | 琵琵晩期 | 1001010011111010100101001111101010010100110100111000101011111010 | 94fa94fa94d38afa |
EUC-JP | 琵琵晩期 | 1100100011111100110010001111110011001000110101011011010011111100 | c8fcc8fcc8d5b4fc |
UTF-8 | 琵琵晩期 | 111001111001000010110101111001111001000010110101111001101001100110101001111001101001110010011111 | e790b5e790b5e699a9e69c9f |
UHC | 琵琵晩期 | 1101110111110101110111011111010111011000101110011101000110100010 | ddf5ddf5d8b9d1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)