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 | 淏ド淏 | 111110110100001010000011011010001111101101000010 | fb428368fb42 |
EUC-JP | 淏ド淏 | 1000111111000111110110011010010111001001100011111100011111011001 | 8fc7d9a5c98fc7d9 |
UTF-8 | 淏ド淏 | 111001101011011110001111111000111000001110001001111001101011011110001111 | e6b78fe38389e6b78f |
UHC | 淏ド淏 | 111110111100100010101011110010011111101111001000 | fbc8abc9fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)