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 | 燼??殉 | 111000001001111000111111001111111000111101111101 | e09e3f3f8f7d |
EUC-JP | 燼??殉 | 110111111111111000111111001111111011110111011110 | dffe3f3fbdde |
UTF-8 | 燼듾댉殉 | 111001111000011110111100111010111001001110111110111010111000110010001001111001101010111010001001 | e787bceb93beeb8c89e6ae89 |
UHC | 燼듾댉殉 | 1110001111101000100010101110010010001000101100101110001011100110 | e3e88ae488b2e2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)