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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蛻翊蜉蛻h | 111001011000100011100011110000101110010110001010111001011000100001101000 | e588e3c2e58ae58868 |
EUC-JP | 蛻翊蜉蛻h | 111010011110100011100110110001001110100111101010111010011110100001101000 | e9e8e6c4e9eae9e868 |
UTF-8 | 蛻翊蜉蛻h | 11101000100110111011101111100111101111111000101011101000100111001000100111101000100110111011101101101000 | e89bbbe7bf8ae89c89e89bbb68 |
UHC | ?翊??h | 001111111110110011001101001111110011111101101000 | 3feccd3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)