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 | ?????a]H | 0011111100111111001111110011111100111111011000010101110101001000 | 3f3f3f3f3f615d48 |
SJIS-WIN | 依??潁?a]H | 10001000110010110011111100111111100111111111000100111111011000010101110101001000 | 88cb3f3f9ff13f615d48 |
EUC-JP | 依??潁?a]H | 10110000110011010011111100111111110111101111001100111111011000010101110101001000 | b0cd3f3fdef33f615d48 |
UTF-8 | 依쏆댆潁욭a]H | 111001001011111010011101111011001000111110000110111010111000110010000110111001101011110110000001111011001001101010101101011000010101110101001000 | e4be9dec8f86eb8c86e6bd81ec9aad615d48 |
UHC | 依쏆댆潁욭a]H | 11101011111011101001101111101100100010001011000011100111101110001001111101000101011000010101110101001000 | ebee9bec88b0e7b89f45615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)