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墲 | 1110100010011100100010001110001110000010100001111111101010011110 | e89c88e38287fa9e |
EUC-JP | 陷医g墲 | 111011111111110010110000111001011010001111100111100011111011100011001110 | effcb0e5a3e78fb8ce |
UTF-8 | 陷医g墲 | 111010011001100110110111111001011000110010111011111011111011110110000111111001011010001010110010 | e999b7e58cbbefbd87e5a2b2 |
UHC | 陷?g? | 111110011110100000111111101000111110011100111111 | f9e83fa3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)