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 | 煇雫?愀 | 11111011010101111000111010110100001111111001110010110101 | fb578eb43f9cb5 |
EUC-JP | 煇雫湗愀 | 10001111110010011111010110111100101101101000111111000111111110111101100010110111 | 8fc9f5bcb68fc7fbd8b7 |
UTF-8 | 煇雫湗愀 | 111001111000010110000111111010011001101110101011111001101011100110010111111001101000010010000000 | e78587e99babe6b997e68480 |
UHC | 煇??? | 1111110111001000001111110011111100111111 | fdc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)