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 | ルュ蟋 | 11011001101011011110010110100111 | d9ade5a7 |
EUC-JP | ルュ蟋 | 100011101101100110001110101011011110101010101001 | 8ed98eadeaa9 |
UTF-8 | ルュ蟋 | 111011111011111010011001111011111011110110101101111010001001111110001011 | efbe99efbdade89f8b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)