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 | 莪随讐莟 | 1110010010101110100100001000111110001111010100011110010010101111 | e4ae908f8f51e4af |
EUC-JP | 莪随讐莟 | 1110100010110000101111111110111110111101101100101110100010110001 | e8b0bfefbdb2e8b1 |
UTF-8 | 莪随讐莟 | 111010001000111010101010111010011001101010001111111010001010111010010000111010001000111010011111 | e88eaae99a8fe8ae90e88e9f |
UHC | 莪?讐? | 111001001011010100111111111000101100001000111111 | e4b53fe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)