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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 枝???悌 | 10001110011111010011111100111111001111111001001011101110 | 8e7d3f3f3f92ee |
EUC-JP | 枝???悌 | 10111011110111100011111100111111001111111100010011110000 | bbde3f3f3fc4f0 |
UTF-8 | 枝비렰렕悌 | 111001101001111010011101111010111011100110000100111010111010000010110000111010111010000010010101111001101000001010001100 | e69e9debb984eba0b0eba095e6828c |
UHC | 枝비렰렕悌 | 11110010101010111011101011110001100011101011110110001110101010101111000010101010 | f2abbaf18ebd8eaaf0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)