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 | 鈆ー貔ァ蓚 | 1111101111000001101100001110011010111110101001111110010011101001 | fbc1b0e6bea7e4e9 |
EUC-JP | 鈆ー貔ァ蓚 | 1000111111100011101111001000111010110000111011001100000010001110101001111110100011101011 | 8fe3bc8eb0ecc08ea7e8eb |
UTF-8 | 鈆ー貔ァ蓚 | 111010011000100010000110111011111011110110110000111010001011001010010100111011111011110110100111111010001001001110011010 | e98886efbdb0e8b294efbda7e8939a |
UHC | ????蓚 | 001111110011111100111111001111111110001010111110 | 3f3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)