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 | ???ek | 0011111100111111001111110110010101101011 | 3f3f3f656b |
SJIS-WIN | 苞随秋ek | 1110010010011010100100001000111110001111010010000110010101101011 | e49a908f8f48656b |
EUC-JP | 苞随秋ek | 1110011111111010101111111110111110111101101010010110010101101011 | e7fabfefbda9656b |
UTF-8 | 苞随秋ek | 1110100010001011100111101110100110011010100011111110011110100111100010110110010101101011 | e88b9ee99a8fe7a78b656b |
UHC | 苞?秋ek | 11111000111000100011111111110101110101010110010101101011 | f8e23ff5d5656b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)