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 | 叱霓カ | 11110000101101111000111010110110111010001011110110110110 | f0b78eb6e8bdb6 |
EUC-JP | ?叱霓カ | 00111111101111001011100011110000101111111000111010110110 | 3fbcb8f0bf8eb6 |
UTF-8 | 叱霓カ | 111011101000000110110110111001011000111110110001111010011001110010010011111011111011110110110110 | ee81b6e58fb1e99c93efbdb6 |
UHC | ?叱霓? | 001111111111001011101010111001111110011100111111 | 3ff2eae7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)