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 | 瑩??訝 | 111000001111000000111111001111111110011001100010 | e0f03f3fe662 |
EUC-JP | 瑩??訝 | 111000001111001000111111001111111110101111000011 | e0f23f3febc3 |
UTF-8 | 瑩볠꼇訝 | 111001111001000110101001111010111011001110100000111010101011110010000111111010001010100010011101 | e791a9ebb3a0eabc87e8a89d |
UHC | 瑩볠꼇訝 | 1111101110101001100100111110011010110010101110111110010010111000 | fba993e6b2bbe4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)