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 | 燿ワ?要 | 11100000101000001000001110001111001111111001011101110110 | e0a0838f3f9776 |
EUC-JP | 燿ワ?要 | 11100000101000101010010111101111001111111100110111010111 | e0a2a5ef3fcdd7 |
UTF-8 | 燿ワ쉴要 | 111001111000011110111111111000111000001110101111111011001000100110110100111010001010011010000001 | e787bfe383afec89b4e8a681 |
UHC | 燿ワ쉴要 | 1110100011111100101010111110111110111101101011111110100110101001 | e8fcabefbdafe9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)