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 | 讌ォ驢ア | 111001101010010110101011111010011000011010110001 | e6a5abe986b1 |
EUC-JP | 讌ォ驢ア | 1110110010100111100011101010101111110001111001101000111010110001 | eca78eabf1e68eb1 |
UTF-8 | 讌ォ驢ア | 111010001010111010001100111011111011110110101011111010011010100110100010111011111011110110110001 | e8ae8cefbdabe9a9a2efbdb1 |
UHC | ??驢? | 0011111100111111110101011111000000111111 | 3f3fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)