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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 迭??F | 1001001101010010001111110011111101000110 | 93523f3f46 |
EUC-JP | 迭??F | 1100010110110011001111110011111101000110 | c5b33f3f46 |
UTF-8 | 迭롗렍F | 11101000101111111010110111101011101000011001011111101011101000001000110101000110 | e8bfadeba197eba08d46 |
UHC | 迭롗렍F | 11110010111101111000111011011011100011101010001101000110 | f2f78edb8ea346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)