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 | 苞随秋莟 | 1110010010011010100100001000111110001111010010001110010010101111 | e49a908f8f48e4af |
EUC-JP | 苞随秋莟 | 1110011111111010101111111110111110111101101010011110100010110001 | e7fabfefbda9e8b1 |
UTF-8 | 苞随秋莟 | 111010001000101110011110111010011001101010001111111001111010011110001011111010001000111010011111 | e88b9ee99a8fe7a78be88e9f |
UHC | 苞?秋? | 111110001110001000111111111101011101010100111111 | f8e23ff5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)