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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瀇識 | 11111011010011111000111010101111 | fb4f8eaf |
EUC-JP | 瀇識 | 1000111111001001101011011011110010110001 | 8fc9adbcb1 |
UTF-8 | 瀇識 | 111001111000000010000111111010001010110110011000 | e78087e8ad98 |
UHC | ?識 | 001111111110001111011011 | 3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)