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 | 贖緒讐糢 | 1110011011011100100011111000111110001111010100011110001011110101 | e6dc8f8f8f51e2f5 |
EUC-JP | 贖緒讐糢 | 1110110011011110101111011110111110111101101100101110010011110111 | ecdebdefbdb2e4f7 |
UTF-8 | 贖緒讐糢 | 111010001011010010010110111001111011011110010010111010001010111010010000111001111011001110100010 | e8b496e7b792e8ae90e7b3a2 |
UHC | 贖?讐? | 111000011101101100111111111000101100001000111111 | e1db3fe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)