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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阯暮ァ | 1110100010010111100101011110100110100111 | e89795e9a7 |
EUC-JP | 阯暮ァ | 111011111111011111001010111010111000111010100111 | eff7caeb8ea7 |
UTF-8 | 阯暮ァ | 111010011001100010101111111001101001101010101110111011111011110110100111 | e998afe69aaeefbda7 |
UHC | ?暮? | 00111111110110011011101000111111 | 3fd9ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)