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 | ?l?q | 00111111011011000011111101110001 | 3f6c3f71 |
SJIS-WIN | 但l奪q | 100100100100000101101100100100100100010001110001 | 92416c924471 |
EUC-JP | 但l奪q | 110000111010001001101100110000111010010101110001 | c3a26cc3a571 |
UTF-8 | 但l奪q | 1110010010111101100001100110110011100101101001011010101001110001 | e4bd866ce5a5aa71 |
UHC | 但l奪q | 110100111010001101101100111101111010110001110001 | d3a36cf7ac71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)