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 | 贖緒讐萵 | 1110011011011100100011111000111110001111010100011110010011100000 | e6dc8f8f8f51e4e0 |
EUC-JP | 贖緒讐萵 | 1110110011011110101111011110111110111101101100101110100011100010 | ecdebdefbdb2e8e2 |
UTF-8 | 贖緒讐萵 | 111010001011010010010110111001111011011110010010111010001010111010010000111010001001000010110101 | e8b496e7b792e8ae90e890b5 |
UHC | 贖?讐? | 111000011101101100111111111000101100001000111111 | e1db3fe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)