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 | 省蜴フ | 10001111110010001110010110001110110011001111001010110111 | 8fc8e58eccf2b7 |
EUC-JP | 省蜴フ? | 10111110110010101110100111101110100011101100110000111111 | becae9ee8ecc3f |
UTF-8 | 省蜴フ | 111001111001110010000001111010001001110010110100111011111011111010001100111011101000011110101110 | e79c81e89cb4efbe8cee87ae |
UHC | 省??? | 1110000011111101001111110011111100111111 | e0fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)