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 | 齧??碩 | 111010101001011000111111001111111001000011010111 | ea963f3f90d7 |
EUC-JP | 齧??碩 | 111100111111011000111111001111111100000011011001 | f3f63f3fc0d9 |
UTF-8 | 齧샬솅碩 | 111010011011110110100111111011001000001110101100111011001000011010000101111001111010001010101001 | e9bda7ec83acec8685e7a2a9 |
UHC | 齧샬솅碩 | 1110000011100101101111001010001110111100110100011110000010110101 | e0e5bca3bcd1e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)