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 | 﨡晁椰 | 111110111010000010011101111010001001111010111101 | fba09de89ebd |
EUC-JP | ?晁椰 | 0011111111011010111010101101110010111111 | 3fdaeadcbf |
UTF-8 | 﨡晁椰 | 111011111010100010100001111001101001100110000001111001101010010010110000 | efa8a1e69981e6a4b0 |
UHC | ?晁椰 | 0011111111110000110001011110010110101011 | 3ff0c5e5ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)