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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?∽? | 00111111100000011110010000111111 | 3f81e43f |
EUC-JP | ?∽? | 00111111101000101110011000111111 | 3fa2e63f |
UTF-8 | 왁∽쮸 | 111011001001100110000001111000101000100010111101111011001010111010111000 | ec9981e288bdecaeb8 |
UHC | 왁∽쮸 | 101111111100111010100001111011111100001011101001 | bfcea1efc2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)