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 | 乗叝踵 | 100011111110011011111010100011111110011011111001 | 8fe6fa8fe6f9 |
EUC-JP | 乗叝踵 | 10111110111010001000111110110100110111101110110011111011 | bee88fb4deecfb |
UTF-8 | 乗叝踵 | 111001001011100110010111111001011000111110011101111010001011100010110101 | e4b997e58f9de8b8b5 |
UHC | ??踵 | 00111111001111111111000110100010 | 3f3ff1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)