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 | 陂翫g墲 | 1110100010011000100010101110001110000010100001111111101010011110 | e8988ae38287fa9e |
EUC-JP | 陂翫g墲 | 111011111111100010110100111001011010001111100111100011111011100011001110 | eff8b4e5a3e78fb8ce |
UTF-8 | 陂翫g墲 | 111010011001100110000010111001111011111110101011111011111011110110000111111001011010001010110010 | e99982e7bfabefbd87e5a2b2 |
UHC | 陂翫g? | 11111001101011101110100011010001101000111110011100111111 | f9aee8d1a3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)