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 | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-WIN | 萵゙靏ス[BF | 111001001110000011011110111110111111000110111101010110110100001001000110 | e4e0defbf1bd5b4246 |
EUC-JP | 萵゙靏ス[BF | 111010001110001010001110110111101000111111100111101100011000111010111101010110110100001001000110 | e8e28ede8fe7b18ebd5b4246 |
UTF-8 | 萵゙靏ス[BF | 111010001001000010110101111011111011111010011110111010011001110110001111111011111011110110111101010110110100001001000110 | e890b5efbe9ee99d8fefbdbd5b4246 |
UHC | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)